Выдаёт ошибку:
vk_api.exceptions.ApiError: [911] Keyboard format is invalid: buttons property should be array
При попытке вывести клавиатуру.
Клавиатура из документации vk_api:
{
"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": "{}"
}
}]
}
]
}