1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-11 23:27:21 +02:00
Files
OpenIntegrations/docs/en/cli/vkteams/SendTextMessage/bash.txt

7 lines
465 B
Plaintext
Raw Normal View History

2024-10-20 22:15:39 +03:00
oint vkteams SendTextMessage \
--token "***" \
2025-05-21 10:03:40 +03:00
--chatid "689203963@chat.agent" \
--text "<b>Bold text</b>" \
--reply "7506644755053293767" \
--keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" \
--parsemod "HTML"