Dialog info of multiple peers
messages.peerDialogs#3371c354 dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> state:updates.State = messages.PeerDialogs;| Name | Type | Description | 
|---|---|---|
| dialogs | Vector<Dialog> | Dialog info | 
| messages | Vector<Message> | Messages mentioned in dialog info | 
| chats | Vector<Chat> | Chats | 
| users | Vector<User> | Users | 
| state | updates.State | Current update state of dialog | 
How to subscribe to updates and handle them properly.