Raw.channels.SetBoostsToUnblockRestrictions

Raw.channels.SetBoostsToUnblockRestrictions

Admins with banUsers admin rights may allow users that apply a certain number of booosts to the group to bypass slow mode and other supergroup restrictions, see here for more info.

channels.setBoostsToUnblockRestrictions#ad399cee channel:InputChannel boosts:int = Updates;
export namespace Raw {
  export namespace channels {
    export class SetBoostsToUnblockRestrictions {
      constructor(params: { channel: Raw.TypeInputChannel; boosts: number }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xad399cee

Property

Results

Raw.TypeUpdates