View Source ExTDLib.Method.GetUserProfilePhotos (ExTDLib v0.0.4)
Returns the profile photos of a user. Personal and public photo aren't returned. Returns object_ptr<ChatPhotos>.
| Name | Type | Description |
|---|---|---|
| user_id | string | User identifier. |
| offset | number | The number of photos to skip; must be non-negative. |
| limit | number | The maximum number of photos to be returned; up to 100. |
More details on telegram's documentation.