Interface UserPrivacySettingRuleAllowChatMembers

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

interface UserPrivacySettingRuleAllowChatMembers {
    @type: "userPrivacySettingRuleAllowChatMembers";
    chat_ids: number[];
}

Properties

Properties

@type: "userPrivacySettingRuleAllowChatMembers"
chat_ids: number[]

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