Raw.messages.DialogsSlice
Incomplete list of dialogs with messages and auxiliary data.
messages.dialogsSlice#71e094f3 count:int dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Dialogs;
export namespace Raw {
export namespace messages {
export class DialogsSlice {
constructor(params: {
count: number;
dialogs: Array<Raw.TypeDialog>;
messages: Array<Raw.TypeMessage>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x71e094f3
Property
count
: numberTotal number of dialogs
dialogs
: Array of Raw.TypeDialogList of dialogs
messages
: Array of Raw.TypeMessageList of last messages from dialogs
chats
: Array of Raw.TypeChatList of chats mentioned in dialogs
users
: Array of Raw.TypeUserList of users mentioned in messages and chats