mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
CLI: add shared interactive send flag
This commit is contained in:
committed by
Peter Steinberger
parent
2eb2b0995d
commit
474368d746
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user