messages.peerDialogs

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;

Parameters

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

Type

messages.PeerDialogs

Related pages

Working with Updates

How to subscribe to updates and handle them properly.