vk_photos_get_all_comments
Retrieve comments from VK photo albums. Fetches comments for a specific album or all albums, sorted newest first.
Instructions
Returns a list of comments on a specific photo album or all albums of the user sorted in reverse chronological order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | ID of the user or community that owns the album(s). | |
| album_id | No | Album ID. If the parameter is not set, comments on all of the user's albums will be returned. | |
| need_likes | No | '1' - to return an additional 'likes' field, '0' - (default) | |
| offset | No | Offset needed to return a specific subset of comments. By default, '0'. | |
| count | No | Number of comments to return. By default, '20'. Maximum value, '100'. |