public static class TdApi.UserPrivacySettingRuleRestrictUsers 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 |
---|
UserPrivacySettingRuleRestrictUsers()
A rule to restrict all specified users from doing something.
|
UserPrivacySettingRuleRestrictUsers(long[] userIds)
A rule to restrict all specified users from doing something.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long[] userIds
public static final int CONSTRUCTOR
public UserPrivacySettingRuleRestrictUsers()
public UserPrivacySettingRuleRestrictUsers(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