1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-18 09:51:28 +02:00
Files
OpenIntegrations/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt
T
Vitaly the Alpaca (bot) c3375556bc Test data update (Jenkins)
2026-05-02 12:33:40 +00:00

7 lines
368 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint telegram ReplaceMessageKeyboard \
--token "***" \
--chat "***" \
--message "21148" \
--keyboard "{'inline_keyboard':[[{'text':'New button 3','callback_data':'New button 3'},{'text':'New button 2','callback_data':'New button 2'},{'text':'New button 1','callback_data':'New button 1'}]],'rows':'1'}"