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