You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Пересборка доков
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user