MadelineProto/docs/TD_docs/methods/getUserProfilePhotos.md

25 lines
815 B
Markdown
Raw Normal View History

---
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
---
## 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
### Parameters:
| 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)