MadelineProtoDocs/old_docs/API_docs_v5/constructors/userProfilePhotoEmpty.md

541 B

title description image
userProfilePhotoEmpty Profile photo has not been set, or was hidden. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: userProfilePhotoEmpty

Back to constructors index

Profile photo has not been set, or was hidden.

Type: UserProfilePhoto

Example:

$userProfilePhotoEmpty = ['_' => 'userProfilePhotoEmpty'];

Or, if you're into Lua:

userProfilePhotoEmpty={_='userProfilePhotoEmpty'}