public static class TdApi.GetUserPrivacySettingRules extends TdApi.Function
Returns UserPrivacySettingRules
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function