Raw.channels.EditCreator

Raw.channels.EditCreator

Transfer channel ownership

channels.editCreator#8f38cd1f channel:InputChannel user_id:InputUser password:InputCheckPasswordSRP = Updates;
export namespace Raw {
  export namespace channels {
    export class EditCreator {
      constructor(params: {
        channel: Raw.TypeInputChannel;
        userId: Raw.TypeInputUser;
        password: Raw.TypeInputCheckPasswordSRP;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x8f38cd1f

Property

Results

Raw.TypeUpdates