Raw.chatlists.ExportedInvites
Info about multiple chat folder deep links.
chatlists.exportedInvites#10ab6dc7 invites:Vector<ExportedChatlistInvite> chats:Vector<Chat> users:Vector<User> = chatlists.ExportedInvites;
export namespace Raw {
export namespace chatlists {
export class ExportedInvites {
constructor(params: {
invites: Array<Raw.TypeExportedChatlistInvite>;
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: 0x10ab6dc7
Property
invites
: Array of Raw.TypeExportedChatlistInviteThe chat folder deep links.
chats
: Array of Raw.TypeChatRelated chat information
users
: Array of Raw.TypeUserRelated user information