Raw.messages.InactiveChats
Inactive chat list
messages.inactiveChats#a927fec5 dates:Vector<int> chats:Vector<Chat> users:Vector<User> = messages.InactiveChats;
export namespace Raw {
export namespace messages {
export class InactiveChats {
constructor(params: {
dates: Array<number>;
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: 0xa927fec5
Property
dates
: Array of numberWhen was the chat last active
chats
: Array of Raw.TypeChatChat list
users
: Array of Raw.TypeUserUsers mentioned in the chat list