mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 13:47:20 +01:00
521 B
521 B
title | description |
---|---|
userProfilePhotoEmpty | userProfilePhotoEmpty attributes, type and example |
Constructor: userProfilePhotoEmpty
Attributes:
Name | Type | Required |
---|
Type: UserProfilePhoto
Example:
$userProfilePhotoEmpty = ['_' => 'userProfilePhotoEmpty', ];
Or, if you're into Lua:
userProfilePhotoEmpty={_='userProfilePhotoEmpty', }