Raw.chatlists.EditExportedInvite

Raw.chatlists.EditExportedInvite

Edit a chat folder deep link.

chatlists.editExportedInvite#653db63d flags:# chatlist:InputChatlist slug:string title:flags.1?string peers:flags.2?Vector<InputPeer> = ExportedChatlistInvite;
export namespace Raw {
  export namespace chatlists {
    export class EditExportedInvite {
      constructor(params: {
        chatlist: Raw.TypeInputChatlist;
        slug: string;
        title?: string;
        peers?: Array<Raw.TypeInputPeer>;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x653db63d

Property

Results

Raw.TypeExportedChatlistInvite