Sha256: bd21d3473c92f548a4705aba0ba86e55bd2b921b2ab7b8648ca626e9a51dffb1
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
module TD::Types # A rule to allow certain specified users to do something. # # @attr user_ids [Array<Integer>] The user identifiers, total number of users in all rules must not exceed 1000. class UserPrivacySettingRule::AllowUsers < UserPrivacySettingRule attribute :user_ids, TD::Types::Array.of(TD::Types::Integer) end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/user_privacy_setting_rule/allow_users.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/user_privacy_setting_rule/allow_users.rb |