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
channel
: Raw.TypeInputChannelThe supergroup.
boosts
: numberThe number of required boosts (1-8, 0 to disable).