Interface UserPrivacySettingRuleRestrictChatMembers

A rule to restrict all members of specified basic groups and supergroups from doing something. Subtype of UserPrivacySettingRule.

interface UserPrivacySettingRuleRestrictChatMembers {
    @type: "userPrivacySettingRuleRestrictChatMembers";
    chat_ids: number[];
}

Properties

Properties

@type: "userPrivacySettingRuleRestrictChatMembers"
chat_ids: number[]

The chat identifiers, total number of chats in all rules must not exceed 20.