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

Добавить в stories_story поле questions

Open SevereCloud opened this issue 4 years ago • 0 comments

{
    "id": 456239140,
    "owner_id": 117253521,
    "access_key": "5983d78b20de991468",
    "can_comment": 0,
    "can_reply": 0,
    "can_see": 1,
    "can_share": 1,
    "can_hide": 1,
    "date": 1588240080,
    "expires_at": 1588326480,
    "photo": {...},
    "questions": {
        "count": 0,
        "new": 0
    },
    "replies": {...},
    "seen": 1,
    "track_code": "story_117253521_456239140",
    "type": "photo",
    "clickable_stickers": {...},
    "views": 4,
    "likes_count": 0,
    "can_ask": 1,
    "can_ask_anonymous": 1,
    "narratives_count": 0,
    "first_narrative_title": ""
}

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


Необходимо добавить в stories_story поле questions

SevereCloud avatar Apr 30 '20 10:04 SevereCloud