Constructor: messages.chats
List of chats with auxiliary data.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| chats | Array of Chat | Yes | List of chats |
Type: messages.Chats
Example:
$messages_chats = ['_' => 'messages.chats', 'chats' => [Chat, Chat]];
List of chats with auxiliary data.
| Name | Type | Required | Description |
|---|---|---|---|
| chats | Array of Chat | Yes | List of chats |
$messages_chats = ['_' => 'messages.chats', 'chats' => [Chat, Chat]];