messages.dialogsSlice#71e094f3 count:int dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Dialogs;
Parameters
| Name | Type | Description |
| count |
int |
Total number of records, not the size of this page. |
| dialogs |
Vector<Dialog> |
|
| messages |
Vector<Message> |
List of messages. |
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
messages.Dialogs
Related pages
Types used here