941 B
941 B
title | description |
---|---|
userFull | userFull attributes, type and example |
Constructor: userFull
Attributes:
Name | Type | Required |
---|---|---|
user | User | Required |
link | contacts_Link | Required |
profile_photo | Photo | Required |
notify_settings | PeerNotifySettings | Required |
blocked | Bool | Required |
real_first_name | string | Required |
real_last_name | string | Required |
Type: UserFull
Example:
$userFull = ['_' => 'userFull', 'user' => User, 'link' => contacts.Link, 'profile_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'blocked' => Bool, 'real_first_name' => string, 'real_last_name' => string, ];