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