Class: TD::Types::UserPrivacySettingRule::AllowUsers

Inherits:
TD::Types::UserPrivacySettingRule show all
Defined in:
lib/tdlib/types/user_privacy_setting_rule/allow_users.rb

Overview

A rule to allow certain specified users to do something.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#user_idsArray<Integer>

The user identifiers, total number of users in all rules must not exceed 1000.

Returns:

  • (Array<Integer>)

    the current value of user_ids



5
6
7
# File 'lib/tdlib/types/user_privacy_setting_rule/allow_users.rb', line 5

def user_ids
  @user_ids
end