method Client.prototype.sendVideoimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendVideo(chatId: ID,video: FileSource,params?: SendVideoParams,): Promise<MessageVideo>Send a video. ParameterschatId: IDThe chat to send the video to. video: FileSourceThe video to send. optionalparams: SendVideoParamsReturnsPromise<MessageVideo>The sent video.