Raw.messages.EditExportedChatInvite

Raw.messages.EditExportedChatInvite

Edit an exported chat invite

messages.editExportedChatInvite#bdca2f75 flags:# revoked:flags.2?true peer:InputPeer link:string expire_date:flags.0?int usage_limit:flags.1?int request_needed:flags.3?Bool title:flags.4?string = messages.ExportedChatInvite;
export namespace Raw {
  export namespace messages {
    export class EditExportedChatInvite {
      constructor(params: {
        revoked?: boolean;
        peer: Raw.TypeInputPeer;
        link: string;
        expireDate?: number;
        usageLimit?: number;
        requestNeeded?: boolean;
        title?: string;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xbdca2f75

Property

Results

Raw.messages.TypeExportedChatInvite

Bots can use