You've already forked OpenIntegrations
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:
@@ -64,5 +64,103 @@ 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
|
||||
}
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user