mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
908 B
908 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
users.userFull | Full user information | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/users_userFull.html |
Constructor: users.userFull
Full user information
Attributes:
Name | Type | Required | Description |
---|---|---|---|
full_user | UserFull | Yes | Full user information |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Mentioned users |
Type: users.UserFull
Example:
$users_userFull = ['_' => 'users.userFull', 'full_user' => UserFull, 'chats' => [Chat, Chat], 'users' => [User, User]];