MadelineProto/old_docs/API_docs_v41/constructors/messages_chatFull.md

29 lines
647 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: messages.chatFull
description: messages_chatFull attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: messages.chatFull
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|full\_chat|[ChatFull](../types/ChatFull.md) | Required|
|chats|Array of [Chat](../types/Chat.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [messages\_ChatFull](../types/messages_ChatFull.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$messages_chatFull = ['_' => 'messages.chatFull', 'full_chat' => ChatFull, 'chats' => [Vector t], 'users' => [Vector t], ];
```