messages.savedDialogsSlice

messages.savedDialogsSlice#44ba9dd9 count:int dialogs:Vector<SavedDialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.SavedDialogs;

Parameters

NameTypeDescription
count int Total number of records, not the size of this page.
dialogs Vector<SavedDialog>
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.SavedDialogs

Related pages

Types used here