1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-05 10:54:51 +03:00
parent b573c493d9
commit 5b02e591f1
44 changed files with 8452 additions and 8446 deletions

View File

@@ -49,7 +49,7 @@ Method at API documentation: [ArchiveChat](https://green-api.com/docs/api/servic
<TabItem value="bash" label="Bash" default>
```bash
oint greenapi ArchiveChat \
--access "C:\Users\bayse\AppData\Local\Temp\w1kg00jfupo.tmp" \
--access "C:\Users\bayse\AppData\Local\Temp\fe1v4sutu3x.tmp" \
--chat "120363410406221140@g.us"
```
</TabItem>
@@ -57,7 +57,7 @@ Method at API documentation: [ArchiveChat](https://green-api.com/docs/api/servic
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint greenapi ArchiveChat ^
--access "C:\Users\bayse\AppData\Local\Temp\w1kg00jfupo.tmp" ^
--access "C:\Users\bayse\AppData\Local\Temp\fe1v4sutu3x.tmp" ^
--chat "120363410406221140@g.us"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [CreateGroup](https://green-api.com/docs/api/groups
<TabItem value="bash" label="Bash" default>
```bash
oint greenapi CreateGroup \
--access "C:\Users\bayse\AppData\Local\Temp\be5sv3el3xn.tmp" \
--access "C:\Users\bayse\AppData\Local\Temp\j15g3uu3fvl.tmp" \
--name "New group"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [CreateGroup](https://green-api.com/docs/api/groups
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint greenapi CreateGroup ^
--access "C:\Users\bayse\AppData\Local\Temp\be5sv3el3xn.tmp" ^
--access "C:\Users\bayse\AppData\Local\Temp\j15g3uu3fvl.tmp" ^
--name "New group"
```
</TabItem>

View File

@@ -50,7 +50,7 @@ Method at API documentation: [GetChatHistory](https://green-api.com/docs/api/jou
<TabItem value="bash" label="Bash" default>
```bash
oint greenapi GetChatHistory \
--access "C:\Users\bayse\AppData\Local\Temp\5ct1occfiwv.tmp" \
--access "C:\Users\bayse\AppData\Local\Temp\tz2zubmdkfx.tmp" \
--chat "120363410406221140@g.us"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [GetChatHistory](https://green-api.com/docs/api/jou
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint greenapi GetChatHistory ^
--access "C:\Users\bayse\AppData\Local\Temp\5ct1occfiwv.tmp" ^
--access "C:\Users\bayse\AppData\Local\Temp\tz2zubmdkfx.tmp" ^
--chat "120363410406221140@g.us"
```
</TabItem>

View File

@@ -46,14 +46,14 @@ Method at API documentation: [ShowMessagesQueue](https://green-api.com/docs/api/
<TabItem value="bash" label="Bash" default>
```bash
oint greenapi GetMessageQueue \
--access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp"
--access "C:\Users\bayse\AppData\Local\Temp\oryiesow1sg.tmp"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint greenapi GetMessageQueue ^
--access "C:\Users\bayse\AppData\Local\Temp\hf5j1e2ccjf.tmp"
--access "C:\Users\bayse\AppData\Local\Temp\oryiesow1sg.tmp"
```
</TabItem>
</Tabs>

View File

@@ -52,7 +52,7 @@ Method at API documentation: [SendMessage](https://green-api.com/docs/api/sendin
<TabItem value="bash" label="Bash" default>
```bash
oint greenapi SendTextMessage \
--access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" \
--access "C:\Users\bayse\AppData\Local\Temp\a3skhufrry4.tmp" \
--chat "120363410406221140@g.us" \
--text "New message"
```
@@ -61,7 +61,7 @@ Method at API documentation: [SendMessage](https://green-api.com/docs/api/sendin
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint greenapi SendTextMessage ^
--access "C:\Users\bayse\AppData\Local\Temp\g1tuzmkhzga.tmp" ^
--access "C:\Users\bayse\AppData\Local\Temp\a3skhufrry4.tmp" ^
--chat "120363410406221140@g.us" ^
--text "New message"
```

View File

@@ -49,14 +49,14 @@ Method at API documentation: [ReceiveNotification](https://green-api.com/docs/ap
<TabItem value="bash" label="Bash" default>
```bash
oint greenapi GetNotification \
--access "C:\Users\bayse\AppData\Local\Temp\4xunkhkvrg4.tmp"
--access "C:\Users\bayse\AppData\Local\Temp\ns4sxu5405x.tmp"
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint greenapi GetNotification ^
--access "C:\Users\bayse\AppData\Local\Temp\4xunkhkvrg4.tmp"
--access "C:\Users\bayse\AppData\Local\Temp\ns4sxu5405x.tmp"
```
</TabItem>
</Tabs>