MadelineProto/docs/API_docs/constructors/messages_chats.md

17 lines
308 B
Markdown
Raw Normal View History

## 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], ];
```