MadelineProto/docs/API_docs/constructors/messages_chats.md

15 lines
333 B
Markdown
Raw Normal View History

## Constructor: messages\_chats
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chats|Array of [Chat](../types/Chat.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[messages\_Chats](../types/messages_Chats.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$messages_chats = ['_' => messages_chats', 'chats' => [Vector t], ];
```