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-09-16 09:07:33 +03:00
parent 281a960c4e
commit 347c900389
1304 changed files with 21055 additions and 20642 deletions

View File

@@ -45,8 +45,6 @@ Method at API documentation: [ShowMessagesQueue](https://green-api.com/docs/api/
<TabItem value="bash" label="Bash" default>
```bash
# JSON data can also be passed as a path to a .json file
oint greenapi GetMessageQueue \
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
```
@@ -54,8 +52,6 @@ Method at API documentation: [ShowMessagesQueue](https://green-api.com/docs/api/
<TabItem value="bat" label="CMD/Bat" default>
```batch
:: JSON data can also be passed as a path to a .json file
oint greenapi GetMessageQueue ^
--access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}"
```
@@ -64,103 +60,5 @@ Method at API documentation: [ShowMessagesQueue](https://green-api.com/docs/api/
```json title="Result"
[
{
"messageID": "BAE5BCDC7E181539",
"type": "sendPoll",
"body": {
"chatId": "120363410406221140@g.us",
"message": "What's your favorite color?",
"options": [
{
"optionName": "Red"
},
{
"optionName": "Yellow"
},
{
"optionName": "Green"
}
],
"multipleAnswers": true,
"quotedMessageId": "BAE54F105F919929",
"typingTime": null
}
},
{
"messageID": "BAE500B4B10A1589",
"type": "sendLocation",
"body": {
"chatId": "120363410406221140@g.us",
"latitude": 53.908522,
"longitude": 27.574821,
"address": "Victory Square, Minsk",
"nameLocation": "Victory sq.",
"typingTime": null
}
},
{
"messageID": "BAE5B7DF9AA2B9EA",
"type": "sendLocation",
"body": {
"chatId": "120363410406221140@g.us",
"quotedMessageId": "BAE500B4B10A1589",
"latitude": 53.908522,
"longitude": 27.574821,
"typingTime": null
}
},
{
"messageID": "BAE51F190EDA19A9",
"type": "sendContact",
"body": {
"chatId": "120363410406221140@g.us",
"contact": {
"phoneContact": 79001234568,
"firstName": "Artem",
"middleName": "Evpatoriysky",
"lastName": "Petrovich",
"company": "Bicycle"
},
"typingTime": null
}
},
{
"messageID": "BAE5449C51CE5CB6",
"type": "sendContact",
"body": {
"chatId": "120363410406221140@g.us",
"contact": {
"phoneContact": 79001234568,
"company": "Bicycle"
},
"quotedMessageId": "BAE51F190EDA19A9",
"typingTime": null
}
},
{
"messagesIDs": [
"BAE518B0CEB15F0E"
],
"type": "ForwardMessages",
"body": {
"chatId": "120363410406221140@g.us",
"chatIdFrom": "120363410406221140@g.us",
"messages": [
"BAE55E709C547A29"
],
"typingTime": null
}
},
{
"messageID": "BAE5A4A04688F51A",
"type": "editMessage",
"body": {
"chatId": "120363410406221140@g.us",
"idMessage": "BAE55E709C547A29",
"message": "New message text",
"linkPreview": true
}
}
]
{}
```