You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-01-01 00:20:45 +02:00
7 lines
302 B
Plaintext
Vendored
7 lines
302 B
Plaintext
Vendored
# JSON data can also be passed as a path to a .json file
|
|
|
|
oint telegram ReplaceMessageKeyboard \
|
|
--token "***" \
|
|
--chat "461699897" \
|
|
--message "11904" \
|
|
--keyboard "{'inline_keyboard':[[{'text':'1','callback_data':'1'},{'text':'2','callback_data':'2'},{'text':'3','callback_data':'3'}]],'rows':1}" |