MadelineProto/docs/API_docs/constructors/messages_chats.md

24 lines
407 B
Markdown
Raw Normal View History

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