public static class TdApi.UserPrivacySettingRuleRestrictUsers extends TdApi.UserPrivacySettingRule
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object