MadelineProto/old_docs/API_docs_v44/constructors/userFull.md

842 B

title description
userFull userFull attributes, type and example

Constructor: userFull

Back to constructors index

Attributes:

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

Type: UserFull

Example:

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