import { Api } from "https://deno.land/x/grammy@v1.31.0/mod.ts";
Use this method to send audio files, if you want Telegram clients to display the file as a playable voice message. For this to work, your audio must be in an .OGG file encoded with OPUS (other formats may be sent as Audio or Document). On success, the sent Message is returned. Bots can currently send voice messages of up to 50 MB in size, this limit may be changed in the future.
Parameters
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
Audio file to send. Pass a file_id as String to send a file that exists on the Telegram servers (recommended), pass an HTTP URL as a String for Telegram to get a file from the Internet, or upload a new one using multipart/form-data.
Optional remaining parameters, confer the official reference below
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#sendvoice