vk_photos_get_user_photos
Get photos where a specified user is tagged. Supports pagination, sorting by tag date, and optional likes field.
Instructions
Returns a list of photos in which a user is tagged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID. | |
| offset | No | Offset needed to return a specific subset of photos. By default, '0'. | |
| count | No | Number of photos to return. Maximum value is 1000. | |
| extended | No | '1' - to return an additional 'likes' field, '0' - (default) | |
| sort | No | Sort order: '1' - by date the tag was added in ascending order, '0' - by date the tag was added in descending order |