interface VideoNoteimport { type VideoNote } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.ts"; This object represents a video message (available in Telegram apps as of v.4.0). Propertiesfile_id: stringIdentifier for this file, which can be used to download or reuse the file file_unique_id: stringUnique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the 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 optionalthumb: PhotoSizeVideo thumbnail optionalfile_size: numberFile size in bytes