MadelineProto/docs/API_docs/constructors/messages_chatFull.md
2017-01-19 23:02:27 +01:00

647 B

title description
messages.chatFull messages_chatFull attributes, type and example

Constructor: messages.chatFull

Back to constructors index

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