Skip to main content
Module

x/mtkruto/mod.ts>Client#sendVoice

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.sendVoice
import { Client } from "https://deno.land/x/mtkruto@0.2.24/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: SendVoiceParams

Returns

Promise<MessageVoice>

The sent voice message.