method Client.prototype.sendVoiceimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendVoice(chatId: ID,voice: FileSource,params?: SendVoiceParams,): Promise<MessageVoice>Send a voice message. ParameterschatId: IDThe chat to send the voice message to. voice: FileSourceThe voice to send. optionalparams: SendVoiceParamsReturnsPromise<MessageVoice>The sent voice message.