method Client.prototype.sendVideoNoteimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendVideoNote(chatId: ID,videoNote: FileSource,params?: SendVideoNoteParams,): Promise<MessageVideoNote>Send a video note. ParameterschatId: IDThe chat to send the video note to. videoNote: FileSourceThe video note to send. optionalparams: SendVideoNoteParamsReturnsPromise<MessageVideoNote>The sent video note.