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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-26 13:17:09 +03:00
parent 4afebba963
commit 622d9e5bf2
288 changed files with 5926 additions and 5930 deletions
@@ -56,7 +56,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint vkteams ChangeChatPicture \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--file "C:\Users\Administrator\AppData\Local\Temp\u4dkrsv05sa.png"
--file "C:\Users\Administrator\AppData\Local\Temp\oeir3gfidhc.png"
```
</TabItem>
@@ -65,7 +65,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint vkteams ChangeChatPicture ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--file "C:\Users\Administrator\AppData\Local\Temp\u4dkrsv05sa.png"
--file "C:\Users\Administrator\AppData\Local\Temp\oeir3gfidhc.png"
```
</TabItem>
</Tabs>
@@ -57,7 +57,7 @@ Method at API documentation: [GET /events/get](https://teams.vk.com/botapi/#/eve
```bash
oint vkteams GetEvents \
--token "***" \
--last 172 \
--last 0 \
--timeout 3
```
</TabItem>
@@ -66,7 +66,7 @@ Method at API documentation: [GET /events/get](https://teams.vk.com/botapi/#/eve
```batch
oint vkteams GetEvents ^
--token "***" ^
--last 172 ^
--last 0 ^
--timeout 3
```
</TabItem>
@@ -42,7 +42,7 @@ Method at API documentation: [GET /files/getInfo](https://teams.vk.com/botapi/#/
```bash
oint vkteams GetFileInformation \
--token "***" \
--fileid "PZqeWDgllG71xshN3vjClD6716c10e1bd"
--fileid "ZSllSo5uMfiRKWO2hrKXsY671cac811bd"
```
</TabItem>
@@ -50,7 +50,7 @@ Method at API documentation: [GET /files/getInfo](https://teams.vk.com/botapi/#/
```batch
oint vkteams GetFileInformation ^
--token "***" ^
--fileid "PZqeWDgllG71xshN3vjClD6716c10e1bd"
--fileid "ZSllSo5uMfiRKWO2hrKXsY671cac811bd"
```
</TabItem>
</Tabs>
@@ -45,7 +45,7 @@ Method at API documentation: [GET /messages/deleteMessages](https://teams.vk.com
oint vkteams DeleteMessage \
--token "***" \
--chatid "689203963@chat.agent" \
--messageid "7428336750944063426"
--messageid "7430003013571317799"
```
</TabItem>
@@ -54,7 +54,7 @@ Method at API documentation: [GET /messages/deleteMessages](https://teams.vk.com
oint vkteams DeleteMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
--messageid "7428336750944063426"
--messageid "7430003013571317799"
```
</TabItem>
</Tabs>
@@ -55,7 +55,7 @@ You can mention a user by appending their userId to the text in the following fo
oint vkteams EditMessageText \
--token "***" \
--chatid "689203963@chat.agent" \
--messageid "7428336750944063426" \
--messageid "7430003013571317799" \
--text "<b>New bold message text</b>" \
--parsemod "HTML"
```
@@ -66,7 +66,7 @@ You can mention a user by appending their userId to the text in the following fo
oint vkteams EditMessageText ^
--token "***" ^
--chatid "689203963@chat.agent" ^
--messageid "7428336750944063426" ^
--messageid "7430003013571317799" ^
--text "<b>New bold message text</b>" ^
--parsemod "HTML"
```
@@ -53,7 +53,7 @@ Only the chatId from events can be passed to the FromChatID (the code from the c
```bash
oint vkteams ForwardMessage \
--token "***" \
--messageid "7428336750944063426" \
--messageid "7430003013571317799" \
--fromid "689203963@chat.agent" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--text "Additional text"
@@ -64,7 +64,7 @@ Only the chatId from events can be passed to the FromChatID (the code from the c
```batch
oint vkteams ForwardMessage ^
--token "***" ^
--messageid "7428336750944063426" ^
--messageid "7430003013571317799" ^
--fromid "689203963@chat.agent" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--text "Additional text"
@@ -47,7 +47,7 @@ To call this method, the bot must be an administrator in the chat room
oint vkteams PinMessage \
--token "***" \
--chatid "689203963@chat.agent" \
--messageid "7428336750944063426"
--messageid "7430003013571317799"
```
</TabItem>
@@ -56,7 +56,7 @@ To call this method, the bot must be an administrator in the chat room
oint vkteams PinMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
--messageid "7428336750944063426"
--messageid "7430003013571317799"
```
</TabItem>
</Tabs>
@@ -48,7 +48,7 @@ Method at API documentation: [GET /messages/sendFile](https://teams.vk.com/botap
oint vkteams ResendFile \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--fileid "PZqeWDgllG71xshN3vjClD6716c10e1bd" \
--fileid "ZSllSo5uMfiRKWO2hrKXsY671cac811bd" \
--text "File caption"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [GET /messages/sendFile](https://teams.vk.com/botap
oint vkteams ResendFile ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--fileid "PZqeWDgllG71xshN3vjClD6716c10e1bd" ^
--fileid "ZSllSo5uMfiRKWO2hrKXsY671cac811bd" ^
--text "File caption"
```
</TabItem>
@@ -45,7 +45,7 @@ Method at API documentation: [GET /messages/sendVoice](https://teams.vk.com/bota
oint vkteams ResendVoice \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--fileid "I000bEjzN2G0RQqXMyyUJB6716c12b1bd"
--fileid "I000b4DGBDi9OhljmEfhjT671cac9c1bd"
```
</TabItem>
@@ -54,7 +54,7 @@ Method at API documentation: [GET /messages/sendVoice](https://teams.vk.com/bota
oint vkteams ResendVoice ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--fileid "I000bEjzN2G0RQqXMyyUJB6716c12b1bd"
--fileid "I000b4DGBDi9OhljmEfhjT671cac9c1bd"
```
</TabItem>
</Tabs>
@@ -60,7 +60,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint vkteams SendFile \
--token "***" \
--chatid "AoLI0egLWBSLR1Ngn2w" \
--file "C:\Users\Administrator\AppData\Local\Temp\gzkcky4veub.tmp" \
--file "C:\Users\Administrator\AppData\Local\Temp\brfy4gk2wbv.tmp" \
--text "File caption" \
--filename "ImportantDocument.docx"
```
@@ -71,7 +71,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint vkteams SendFile ^
--token "***" ^
--chatid "AoLI0egLWBSLR1Ngn2w" ^
--file "C:\Users\Administrator\AppData\Local\Temp\gzkcky4veub.tmp" ^
--file "C:\Users\Administrator\AppData\Local\Temp\brfy4gk2wbv.tmp" ^
--text "File caption" ^
--filename "ImportantDocument.docx"
```
@@ -68,7 +68,7 @@ You can mention a user by appending their userId to the text in the following fo
--token "***" \
--chatid "689203963@chat.agent" \
--text "<b>Bold text</b>" \
--reply "7428321280471863142" \
--reply "7428676461382340627" \
--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"
```
@@ -80,7 +80,7 @@ You can mention a user by appending their userId to the text in the following fo
--token "***" ^
--chatid "689203963@chat.agent" ^
--text "<b>Bold text</b>" ^
--reply "7428321280471863142" ^
--reply "7428676461382340627" ^
--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"
```
@@ -62,8 +62,8 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint vkteams SendVoice \
--token "***" \
--chatid "689203963@chat.agent" \
--file "C:\Users\Administrator\AppData\Local\Temp\ghc0tdnxaev.m4a" \
--reply "7428336750944063426"
--file "C:\Users\Administrator\AppData\Local\Temp\5l5mx0gmd4c.m4a" \
--reply "7430003013571317799"
```
</TabItem>
@@ -72,8 +72,8 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint vkteams SendVoice ^
--token "***" ^
--chatid "689203963@chat.agent" ^
--file "C:\Users\Administrator\AppData\Local\Temp\ghc0tdnxaev.m4a" ^
--reply "7428336750944063426"
--file "C:\Users\Administrator\AppData\Local\Temp\5l5mx0gmd4c.m4a" ^
--reply "7430003013571317799"
```
</TabItem>
</Tabs>
@@ -47,7 +47,7 @@ To call this method, the bot must be an administrator in the chat room
oint vkteams UnpinMessage \
--token "***" \
--chatid "689203963@chat.agent" \
--messageid "7428336750944063426"
--messageid "7430003013571317799"
```
</TabItem>
@@ -56,7 +56,7 @@ To call this method, the bot must be an administrator in the chat room
oint vkteams UnpinMessage ^
--token "***" ^
--chatid "689203963@chat.agent" ^
--messageid "7428336750944063426"
--messageid "7430003013571317799"
```
</TabItem>
</Tabs>