Raw.messages.GetExportedChatInvites

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

Results

Raw.messages.TypeExportedChatInvites