Interface SetSupergroupUnrestrictBoostCount

Changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires can_restrict_members administrator right. Request type for Tdjson#setSupergroupUnrestrictBoostCount.

interface SetSupergroupUnrestrictBoostCount {
    @type: "setSupergroupUnrestrictBoostCount";
    supergroup_id: number;
    unrestrict_boost_count: number;
}

Properties

@type: "setSupergroupUnrestrictBoostCount"
supergroup_id: number

Identifier of the supergroup.

unrestrict_boost_count: number

New value of the unrestrict_boost_count supergroup setting; 0-8. Use 0 to remove the setting.