Raw.channels.ToggleJoinRequest

Raw.channels.ToggleJoinRequest

Set whether all users should request admin approval to join the group.

channels.toggleJoinRequest#4c2985b6 channel:InputChannel enabled:Bool = Updates;
export namespace Raw {
  export namespace channels {
    export class ToggleJoinRequest {
      constructor(params: { channel: Raw.TypeInputChannel; enabled: boolean }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x4c2985b6

Property

Results

Raw.TypeUpdates