Package org.drinkless.tdlib
Class TdApi.SetUserPrivacySettingRules
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SetUserPrivacySettingRules
-
- Enclosing class:
- TdApi
public static class TdApi.SetUserPrivacySettingRules extends TdApi.Function
Changes user privacy settings.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.UserPrivacySettingRulesrulesThe new privacy rules.TdApi.UserPrivacySettingsettingThe privacy setting.
-
Constructor Summary
Constructors Constructor Description SetUserPrivacySettingRules()Default constructor for a function, which changes user privacy settings.SetUserPrivacySettingRules(TdApi.UserPrivacySetting setting, TdApi.UserPrivacySettingRules rules)Creates a function, which changes user privacy settings.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
setting
public TdApi.UserPrivacySetting setting
The privacy setting.
-
rules
public TdApi.UserPrivacySettingRules rules
The new privacy rules.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetUserPrivacySettingRules
public SetUserPrivacySettingRules()
Default constructor for a function, which changes user privacy settings.Returns
Ok
-
SetUserPrivacySettingRules
public SetUserPrivacySettingRules(TdApi.UserPrivacySetting setting, TdApi.UserPrivacySettingRules rules)
Creates a function, which changes user privacy settings.Returns
Ok- Parameters:
setting- The privacy setting.rules- The new privacy rules.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-