CLI: preserve message send components payload

This commit is contained in:
Saurabh.Chopade
2026-02-16 21:53:14 +05:30
committed by Peter Steinberger
parent 63fb998074
commit bb5ce3b02f
4 changed files with 91 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ export function registerMessageSendCommand(message: Command, helpers: MessageCli
"--buttons <json>",
"Telegram inline keyboard buttons as JSON (array of button rows)",
)
.option("--components <json>", "Discord components payload as JSON")
.option("--card <json>", "Adaptive Card JSON object (when supported by the channel)")
.option("--reply-to <id>", "Reply-to message id")
.option("--thread-id <id>", "Thread id (Telegram forum thread)")