MadelineProtoDocs/docs/API_docs/constructors/messages.chatFull.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];