fix: complete whatsapp forced document delivery

This commit is contained in:
Marcus Castro
2026-05-16 19:56:58 -03:00
parent e37460474d
commit faaff35f1e
16 changed files with 150 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ export function registerMessageSendCommand(message: Command, helpers: MessageCli
.option("--gif-playback", "Treat video media as GIF playback (WhatsApp only).", false)
.option(
"--force-document",
"Send media as document to avoid channel compression (Telegram, WhatsApp). Applies to images and GIFs.",
"Send media as document to avoid channel compression (Telegram, WhatsApp). Applies to images, GIFs, and videos.",
false,
)
.option(