mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 18:07:49 +01:00
648 B
648 B
title | description |
---|---|
messages_chatFull | messages_chatFull attributes, type and example |
Constructor: messages_chatFull
Attributes:
Name | Type | Required |
---|---|---|
full_chat | ChatFull | Required |
chats | Array of Chat | Required |
users | Array of User | Required |
Type: messages_ChatFull
Example:
$messages_chatFull = ['_' => 'messages_chatFull', 'full_chat' => ChatFull, 'chats' => [Vector t], 'users' => [Vector t], ];