1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Пересборка доков

This commit is contained in:
Anton Titovets
2024-10-22 08:59:24 +03:00
parent 5da87c8406
commit 7e5e540a98
641 changed files with 4024 additions and 4018 deletions
@@ -65,24 +65,24 @@ You can mention a user by appending their userId to the text in the following fo
<TabItem value="bash" label="Bash" default>
```bash
oint vkteams SendTextMessage \
--token "***" \
--chatid "689203963@chat.agent" \
--text "<b>Bold text</b>" \
--reply "7428321280471863142" \
--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"
--token "***" \
--chatid "689203963@chat.agent" \
--text "<b>Bold text</b>" \
--reply "7428321280471863142" \
--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"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint vkteams SendTextMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
--text "<b>Bold text</b>" ^
--reply "7428321280471863142" ^
--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"
--token "***" ^
--chatid "689203963@chat.agent" ^
--text "<b>Bold text</b>" ^
--reply "7428321280471863142" ^
--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"
```
</TabItem>
</Tabs>