vk_photos_get_albums
Retrieve a list of photo albums from a VK user or community. Filter by album IDs, set offset and count, include system albums or cover thumbnails.
Instructions
Returns a list of a user's or community's photo albums.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | ID of the user or community that owns the albums. | |
| album_ids | No | Album IDs. | |
| offset | No | Offset needed to return a specific subset of albums. | |
| count | No | Number of albums to return. | |
| need_system | No | '1' - to return system albums with negative IDs | |
| need_covers | No | '1' - to return an additional 'thumb_src' field, '0' - (default) | |
| photo_sizes | No | '1' - to return photo sizes in a |