1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 03:39:36 +01:00
MadelineProto/docs/API_docs/constructors/messages_chats.md

17 lines
308 B
Markdown

## Constructor: messages\_chats
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chats|Array of [Chat](../types/Chat.md) | Required|
### Type: [messages\_Chats](../types/messages\_Chats.md)
### Example:
```
$messages_chats = ['chats' => [Chat], ];
```