941 B
941 B
title | description | image |
---|---|---|
messages.chatFull | Extended info on chat and auxiliary data. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.chatFull
Extended info on chat and auxiliary data.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
full_chat | ChatFull | Yes | Extended info on a chat |
chats | Array of Chat | Yes | Chats |
users | Array of User | Yes | Users |
Type: messages.ChatFull
Example:
$messages.chatFull = ['_' => 'messages.chatFull', 'full_chat' => ChatFull, 'chats' => [Chat, Chat], 'users' => [User, User]];
Or, if you're into Lua:
messages.chatFull={_='messages.chatFull', full_chat=ChatFull, chats={Chat}, users={User}}