chore(tts): rename VOICE_BUBBLE identifiers to OPUS and update docs

This commit is contained in:
Jealous
2026-03-24 15:53:01 +08:00
committed by Ayaan Zaidi
parent 46d3617d25
commit 2c3cf4f387
7 changed files with 31 additions and 31 deletions

View File

@@ -67,9 +67,9 @@ type TelegramSendOpts = {
retry?: RetryConfig;
textMode?: "markdown" | "html";
plainText?: string;
/** Send audio as voice message (voice bubble) instead of audio file. Defaults to false. */
/** Send audio as voice message instead of audio file. Defaults to false. */
asVoice?: boolean;
/** Send video as video note (voice bubble) instead of regular video. Defaults to false. */
/** Send video as video note instead of regular video. Defaults to false. */
asVideoNote?: boolean;
/** Send message silently (no notification). Defaults to false. */
silent?: boolean;