Raw.messages.Dialogs
Full list of chats with messages and auxiliary data.
messages.dialogs#15ba6c40 dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Dialogs;
export namespace Raw {
export namespace messages {
export class Dialogs {
constructor(params: {
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: 0x15ba6c40
Property
dialogs
: Array of Raw.TypeDialogList of chats
messages
: Array of Raw.TypeMessageList of last messages from each chat
chats
: Array of Raw.TypeChatList of groups mentioned in the chats
users
: Array of Raw.TypeUserList of users mentioned in messages and groups