1.1 KiB
1.1 KiB
title | description | image |
---|---|---|
userFull | User full | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: userFull
User full
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user | User | Optional | User |
link | contacts_Link | Yes | Link |
profile_photo | Photo | Optional | Profile photo |
notify_settings | PeerNotifySettings | Optional | Notify settings |
blocked | Bool | Yes | Blocked? |
bot_info | BotInfo | Optional | Bot info |
Type: UserFull
Example:
$userFull = ['_' => 'userFull', 'user' => User, 'link' => contacts_Link, 'profile_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'blocked' => Bool, 'bot_info' => BotInfo];
Or, if you're into Lua:
userFull={_='userFull', user=User, link=contacts_Link, profile_photo=Photo, notify_settings=PeerNotifySettings, blocked=Bool, bot_info=BotInfo}