TDLib v0.0.2 TDLib.Object.ProfilePhoto View Source
Describes a user profile photo.
Name | Type | Description |
---|---|---|
id | string | Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of userProfilePhotos. |
small | file | A small (160x160) user profile photo. |
big | file | A big (640x640) user profile photo. |
More details on telegram’s documentation.