Raw.messages.GetExportedChatInvites
Get info about the chat invites of a specific chat
messages.getExportedChatInvites#a2b5a3f6 flags:# revoked:flags.3?true peer:InputPeer admin_id:InputUser offset_date:flags.2?int offset_link:flags.2?string limit:int = messages.ExportedChatInvites;
export namespace Raw {
export namespace messages {
export class GetExportedChatInvites {
constructor(params: {
revoked?: boolean;
peer: Raw.TypeInputPeer;
adminId: Raw.TypeInputUser;
offsetDate?: number;
offsetLink?: string;
limit: number;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xa2b5a3f6
Property
revoked
: boolean or undefinedWhether to fetch revoked chat invites
peer
: Raw.TypeInputPeerChat
adminId
: Raw.TypeInputUserWhether to only fetch chat invites from this admin
offsetDate
: number or undefinedOffsets for pagination, for more info click here
offsetLink
: string or undefinedOffsets for pagination, for more info click here
limit
: numberMaximum number of results to return, see pagination