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