photos.getUserPhotos
Returns the list of user photos.
Example
TL schema
Parameters
Name | Type | Description |
user_id | User ID | |
offset | Number of list elements to be skipped | |
max_id | If a positive value was transferred, the method will return only photos with IDs less than the set one | |
limit | Number of list elements to be returned |
Result
Possible errors
Code | Type | Description |
400 | MAX_ID_INVALID | The provided max ID is invalid |
400 | USER_ID_INVALID | The provided user ID is invalid |
Can bots use this methd ?
yes
Related pages
Last updated