Sha256: 324a58b316b94c78a925d89622f05a534bc02906d24c7c6377dd92b451429201
Contents?: true
Size: 423 Bytes
Versions: 4
Compression:
Stored size: 423 Bytes
Contents
module TD::Types # Represents a single rule for managing privacy settings. class UserPrivacySettingRule < Base %w[ allow_all allow_contacts allow_users allow_chat_members restrict_all restrict_contacts restrict_users restrict_chat_members ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/user_privacy_setting_rule/#{type}" end end end
Version data entries
4 entries across 4 versions & 2 rubygems