MadelineProto/docs/API_docs/constructors/messages_chatFull.md

474 B

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 = ['full_chat' => ChatFull, 'chats' => [Chat], 'users' => [User], ];