MadelineProtoDocs/docs/TD_docs/constructors/profilePhoto.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

722 B

title description image
profilePhoto Describes user profile photo https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: profilePhoto

Back to constructors index

Describes user profile photo

Attributes:

Name Type Required Description
id int64 Yes Photo identifier, 0 for empty photo. Can be used to find photo in list of userProfilePhotos
small file Yes Small (160x160) user profile photo
big file Yes Big (640x640) user profile photo

Type: ProfilePhoto