mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
messages.chatFull | Full info about a channel, supergroup, gigagroup or basic group. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/messages_chatFull.html |
Constructor: messages.chatFull
Full info about a channel, supergroup, gigagroup or basic group.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
full_chat | ChatFull | Yes | Full info |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Mentioned users |
Type: messages.ChatFull
Example:
$messages_chatFull = ['_' => 'messages.chatFull', 'full_chat' => ChatFull, 'chats' => [Chat, Chat], 'users' => [User, User]];