2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: getUserProfilePhotos
|
2017-08-25 15:05:53 +02:00
|
|
|
description: Returns profile photos of the user. Result of this query may be outdated: some photos may be already deleted
|
2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
## Method: getUserProfilePhotos
|
|
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
|
|
|
2017-06-06 18:39:21 +02:00
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
|
|
|
2017-08-25 15:05:53 +02:00
|
|
|
Returns profile photos of the user. Result of this query may be outdated: some photos may be already deleted
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
### Params:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|user\_id|[int](../types/int.md) | Yes|User identifier|
|
|
|
|
|offset|[int](../types/int.md) | Yes|Photos to skip, must be non-negative|
|
|
|
|
|limit|[int](../types/int.md) | Yes|Maximum number of photos to be returned, can't be greater than 100|
|
|
|
|
|
|
|
|
|
|
|
|
### Return type: [UserProfilePhotos](../types/UserProfilePhotos.md)
|
|
|
|
|