messages.peerDialogs#3371c354 dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> state:updates.State = messages.PeerDialogs;
Parameters
| Name | Type | Description |
| 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. |
| state |
updates.State |
|
Type
messages.PeerDialogs
Related pages
Types used here