Outbound: preserve routed audioAsVoice delivery

This commit is contained in:
Gustavo Madeira Santana
2026-03-21 15:14:03 -07:00
parent 21544f9e53
commit 5b3fce4c85
10 changed files with 157 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ export type ChannelOutboundContext = {
to: string;
text: string;
mediaUrl?: string;
audioAsVoice?: boolean;
mediaLocalRoots?: readonly string[];
gifPlayback?: boolean;
/** Send image as document to avoid Telegram compression. */