Sha256: 9fa93a154cc34d55079e1c63ed2938fe2e10f0484aff3d8c332bf433528a27fc

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 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::Coercible::Integer)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/user_privacy_setting_rule/allow_users.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/user_privacy_setting_rule/allow_users.rb