Raw.messages.ExportedChatInvites
Info about chat invites exported by a certain admin.
messages.exportedChatInvites#bdc62dcc count:int invites:Vector<ExportedChatInvite> users:Vector<User> = messages.ExportedChatInvites;
export namespace Raw {
export namespace messages {
export class ExportedChatInvites {
constructor(params: {
count: number;
invites: Array<Raw.TypeExportedChatInvite>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xbdc62dcc
Property
count
: numberNumber of invites exported by the admin
invites
: Array of Raw.TypeExportedChatInviteExported invites
users
: Array of Raw.TypeUserInfo about the admin