mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 03:39:36 +01:00
17 lines
308 B
Markdown
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], ];
|
||
|
```
|