1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 13:47:20 +01:00
MadelineProto/docs/API_docs/constructors/userProfilePhotoEmpty.md

521 B

title description
userProfilePhotoEmpty userProfilePhotoEmpty attributes, type and example

Constructor: userProfilePhotoEmpty

Back to constructors index

Attributes:

Name Type Required

Type: UserProfilePhoto

Example:

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

Or, if you're into Lua:

userProfilePhotoEmpty={_='userProfilePhotoEmpty', }