MadelineProto/docs/TD_docs/methods/getUserProfilePhotos.md

25 lines
809 B
Markdown
Raw Normal View History

---
title: getUserProfilePhotos
description: Returns profile photos of the user. Result of this query can't be invalidated, so it must be used with care
---
## Method: getUserProfilePhotos
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns profile photos of the user. Result of this query can't be invalidated, so it must be used with care
### Params:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02: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)