MadelineProtoDocs/old_docs/API_docs_v82/constructors/userProfilePhoto.md

921 B

title description image
userProfilePhoto User profile photo https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: userProfilePhoto

Back to constructors index

User profile photo

Attributes:

Name Type Required Description
photo_id long Yes Photo ID
photo_small FileLocation Yes Photo small
photo_big FileLocation Yes Photo big

Type: UserProfilePhoto

Example:

$userProfilePhoto = ['_' => 'userProfilePhoto', 'photo_id' => long, 'photo_small' => FileLocation, 'photo_big' => FileLocation];

Or, if you're into Lua:

userProfilePhoto={_='userProfilePhoto', photo_id=long, photo_small=FileLocation, photo_big=FileLocation}