import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";
Send a voice message.
Parameters
chatId: ChatID
The chat to send the voice message to.
voice: FileSource
The voice to send.
optional
params: SendVoiceParamsReturns
Promise<MessageVoice>