Class: TD::Types::UserPrivacySettingRule::RestrictChatMembers
- Inherits:
-
TD::Types::UserPrivacySettingRule
- Object
- Dry::Struct
- Base
- TD::Types::UserPrivacySettingRule
- TD::Types::UserPrivacySettingRule::RestrictChatMembers
- Defined in:
- lib/tdlib/types/user_privacy_setting_rule/restrict_chat_members.rb
Overview
A rule to restrict all members of specified basic groups and supergroups from doing something.
Instance Attribute Summary collapse
-
#chat_ids ⇒ Array<Integer>
The chat identifiers, total number of chats in all rules must not exceed 20.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_ids ⇒ Array<Integer>
The chat identifiers, total number of chats in all rules must not exceed 20.
5 6 7 |
# File 'lib/tdlib/types/user_privacy_setting_rule/restrict_chat_members.rb', line 5 def chat_ids @chat_ids end |