Package org.drinkless.tdlib
Class TdApi.GetUserPrivacySettingRules
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.UserPrivacySettingRules>
org.drinkless.tdlib.TdApi.GetUserPrivacySettingRules
- Enclosing class:
- TdApi
public static class TdApi.GetUserPrivacySettingRules
extends TdApi.Function<TdApi.UserPrivacySettingRules>
Returns the current privacy settings.
Returns UserPrivacySettingRules
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The privacy setting. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the current privacy settings.Creates a function, which returns the current privacy settings. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
setting
The privacy setting. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetUserPrivacySettingRules
public GetUserPrivacySettingRules()Default constructor for a function, which returns the current privacy settings.Returns
UserPrivacySettingRules -
GetUserPrivacySettingRules
Creates a function, which returns the current privacy settings.Returns
UserPrivacySettingRules- Parameters:
setting- The privacy setting.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-