public static class TdApi.UserPrivacySettingRules extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.UserPrivacySettingRule[] |
rules
A list of rules.
|
| Constructor and Description |
|---|
UserPrivacySettingRules()
A list of privacy rules.
|
UserPrivacySettingRules(TdApi.UserPrivacySettingRule[] rules)
A list of privacy rules.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.UserPrivacySettingRule[] rules
public static final int CONSTRUCTOR
public UserPrivacySettingRules()
public UserPrivacySettingRules(TdApi.UserPrivacySettingRule[] rules)
rules - A list of rules.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object