Class: TD::Types::UserPrivacySettingRules
- Defined in:
- lib/tdlib/types/user_privacy_setting_rules.rb
Overview
A list of privacy rules. Rules are matched in the specified order. The first matched rule defines the privacy setting for a given user. If no rule matches, the action is not allowed.
Instance Attribute Summary collapse
-
#rules ⇒ Array<TD::Types::UserPrivacySettingRule>
A list of rules.
Method Summary
Methods inherited from Base
Instance Attribute Details
#rules ⇒ Array<TD::Types::UserPrivacySettingRule>
A list of rules.
8 9 10 |
# File 'lib/tdlib/types/user_privacy_setting_rules.rb', line 8 def rules @rules end |