mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 09:00:21 +00:00
chore(tts): rename VOICE_BUBBLE identifiers to OPUS and update docs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user