public static class TdApi.GetUserPrivacySettingRules extends TdApi.Function<TdApi.UserPrivacySettingRules>
Returns UserPrivacySettingRules
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.UserPrivacySetting |
setting
The privacy setting.
|
| Constructor and Description |
|---|
GetUserPrivacySettingRules()
Default constructor for a function, which returns the current privacy settings.
|
GetUserPrivacySettingRules(TdApi.UserPrivacySetting setting)
Creates a function, which returns the current privacy settings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.UserPrivacySetting setting
public static final int CONSTRUCTOR
public GetUserPrivacySettingRules()
Returns UserPrivacySettingRules
public GetUserPrivacySettingRules(TdApi.UserPrivacySetting setting)
Returns UserPrivacySettingRules
setting - The privacy setting.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object