VKCOM / vk-api-schema

JSON Schema of VK API
MIT License
206 stars 63 forks source link

Добавить video_video_album_full поле image_blur #141

Closed SevereCloud closed 4 years ago

SevereCloud commented 4 years ago

video.getAlbumById

{
    "response": {
        "count": 1,
        "owner_id": 185014513,
        "title": "My Album",
        "updated_time": 1421434130,
        "id": 1,
        "image": [...],
        "image_blur": 0
    }
}
SevereCloud commented 4 years ago

By #145