mirror of
https://github.com/vknet/vk.git
synced 2026-07-22 14:23:28 +00:00
* Убрать лишний инициализатор объекта * Добавить шаблоны сообщения для бота * Добавить/Обновить тесты шаблонов сообщений для ботов
44 lines
No EOL
860 B
JSON
44 lines
No EOL
860 B
JSON
{
|
|
"type": "carousel",
|
|
"elements": [
|
|
{
|
|
"photo_id": "-109837093_457242811",
|
|
"action": {
|
|
"type": "open_photo"
|
|
},
|
|
"buttons": [{
|
|
"action": {
|
|
"type": "text",
|
|
"label": "Текст кнопки 🌚",
|
|
"payload": "{}"
|
|
}
|
|
}]
|
|
},
|
|
{
|
|
"photo_id": "-109837093_457242811",
|
|
"action": {
|
|
"type": "open_photo"
|
|
},
|
|
"buttons": [{
|
|
"action": {
|
|
"type": "text",
|
|
"label": "Текст кнопки 2",
|
|
"payload": "{}"
|
|
}
|
|
}]
|
|
},
|
|
{
|
|
"photo_id": "-109837093_457242811",
|
|
"action": {
|
|
"type": "open_photo"
|
|
},
|
|
"buttons": [{
|
|
"action": {
|
|
"type": "text",
|
|
"label": "Текст кнопки 3",
|
|
"payload": "{}"
|
|
}
|
|
}]
|
|
}
|
|
]
|
|
} |