You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-18 09:51:28 +02:00
7 lines
368 B
Plaintext
Vendored
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'}" |