mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
29 lines
465 B
Plaintext
29 lines
465 B
Plaintext
|
|
{
|
|
"Buttons": [
|
|
{
|
|
"ActionType": "reply",
|
|
"ActionBody": "Кнопка 1",
|
|
"Text": "Кнопка 1",
|
|
"BgColor": "#2db9b9",
|
|
"Coloumns": 3
|
|
},
|
|
{
|
|
"ActionType": "reply",
|
|
"ActionBody": "Кнопка 2",
|
|
"Text": "Кнопка 2",
|
|
"BgColor": "#2db9b9",
|
|
"Coloumns": 3
|
|
},
|
|
{
|
|
"ActionType": "reply",
|
|
"ActionBody": "Кнопка 3",
|
|
"Text": "Кнопка 3",
|
|
"BgColor": "#2db9b9",
|
|
"Coloumns": 3
|
|
}
|
|
],
|
|
"Type": "keyboard"
|
|
}
|
|
|