CLI: add shared interactive send flag

This commit is contained in:
Vincent Koc
2026-03-15 18:49:18 -07:00
committed by Peter Steinberger
parent 2eb2b0995d
commit 474368d746

View File

@@ -15,6 +15,10 @@ export function registerMessageSendCommand(message: Command, helpers: MessageCli
"--media <path-or-url>",
"Attach media (image/audio/video/document). Accepts local paths or URLs.",
)
.option(
"--interactive <json>",
"Shared interactive payload as JSON (buttons/selects rendered natively by supported channels)",
)
.option(
"--buttons <json>",
"Telegram inline keyboard buttons as JSON (array of button rows)",