interface VideoNoteRe-exportimport { type VideoNote } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; A video note. PropertiesfileId: stringA file identifier that can be used to download or reuse this file. fileUniqueId: stringA file identifier that can be used to identify this file. length: numberVideo width and height (diameter of the video message) as defined by sender duration: numberDuration of the video in seconds as defined by sender thumbnails: Thumbnail[]Video thumbnail optionalfileName: stringOriginal filename as defined by sender fileSize: numberSize of the file in bytes.