public static class TdApi.UserPrivacySettingRuleAllowUsers extends TdApi.UserPrivacySettingRule
TdApi.UserPrivacySettingRule.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
userIds
The user identifiers, total number of users in all rules must not exceed 1000.
|
Constructor and Description |
---|
UserPrivacySettingRuleAllowUsers()
A rule to allow certain specified users to do something.
|
UserPrivacySettingRuleAllowUsers(long[] userIds)
A rule to allow certain specified users to do something.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long[] userIds
public static final int CONSTRUCTOR
public UserPrivacySettingRuleAllowUsers()
public UserPrivacySettingRuleAllowUsers(long[] userIds)
userIds
- The user identifiers, total number of users in all rules must not exceed 1000.public int getConstructor()
getConstructor
in class TdApi.UserPrivacySettingRule