909 B
909 B
title | description |
---|---|
userFull | userFull attributes, type and example |
Constructor: userFull
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, ];