Link Search Menu Expand Document

Constructor: messages.chatFull

Back to constructors index

Full info about a channel, supergroup, gigagroup or basic group.

Attributes:

NameTypeRequiredDescription
full_chatChatFullYesFull info
chatsArray of ChatYesMentioned chats
usersArray of UserYesMentioned users

Type: messages.ChatFull

Example:

$messages_chatFull = ['_' => 'messages.chatFull', 'full_chat' => ChatFull, 'chats' => [Chat, Chat], 'users' => [User, User]];