messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats;
| Name | Type | Description |
|---|---|---|
| count | int | Total number of records, not the size of this page. |
| chats | Vector<Chat> | Chats and channels referenced by the response — the client should put them in its cache. |