28 lines
551 B
Markdown
28 lines
551 B
Markdown
|
---
|
||
|
title: messages.chatsSlice
|
||
|
description: messages_chatsSlice attributes, type and example
|
||
|
---
|
||
|
## Constructor: messages.chatsSlice
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|count|[int](../types/int.md) | Required|
|
||
|
|chats|Array of [Chat](../types/Chat.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [messages\_Chats](../types/messages_Chats.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messages_chatsSlice = ['_' => 'messages.chatsSlice', 'count' => int, 'chats' => [Vector t], ];
|
||
|
```
|
||
|
|