1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:07:50 +01:00
MadelineProto/docs/API_docs/constructors/userFull.md
2016-12-20 13:32:11 +01:00

904 B

title description
userFull userFull attributes, type and example

Constructor: userFull

Back to constructors index

Attributes:

Name Type Required
blocked Bool Optional
user User Required
about string Optional
link contacts_Link Required
profile_photo Photo Optional
notify_settings PeerNotifySettings Required
bot_info BotInfo Optional

Type: UserFull

Example:

$userFull = ['_' => userFull', 'blocked' => true, 'user' => User, 'about' => string, 'link' => contacts.Link, 'profile_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'bot_info' => BotInfo, ];