vk-api-schema icon indicating copy to clipboard operation
vk-api-schema copied to clipboard

Добавить в stories_clickable_sticker поле question_default_private

Open SevereCloud opened this issue 4 years ago • 0 comments

"clickable_stickers": [{
    "id": 1,
    "type": "question",
    "clickable_area": [{
        "x": 57,
        "y": 1250
        }, {
        "x": 867,
        "y": 1250
        }, {
        "x": 867,
        "y": 1578
        }, {
        "x": 57,
        "y": 1578
    }],
    "question": "Го вопросы",
    "question_button": "Ну го",
    "style": "light",
    "question_default_private": true,
    "color": "4bb34b"
}]

https://github.com/VKCOM/vk-api-schema/blob/0310700f404ebbaec056e3f8123a08bc9c2737d9/objects.json#L10558-L10689


Необходимо добавить в stories_clickable_sticker поле question_default_private

SevereCloud avatar Apr 30 '20 09:04 SevereCloud