Raw.channels.ToggleForum

Raw.channels.ToggleForum

Enable or disable forum functionality in a supergroup.

channels.toggleForum#a4298b29 channel:InputChannel enabled:Bool = Updates;
export namespace Raw {
  export namespace channels {
    export class ToggleForum {
      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: 0xa4298b29

Property

Results

Raw.TypeUpdates