Package org.drinkless.tdlib
Class TdApi.UserPrivacySettingAllowFindingByPhoneNumber
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserPrivacySetting
org.drinkless.tdlib.TdApi.UserPrivacySettingAllowFindingByPhoneNumber
- Enclosing class:
- TdApi
public static class TdApi.UserPrivacySettingAllowFindingByPhoneNumber
extends TdApi.UserPrivacySetting
A privacy setting for managing whether the user can be found by their phone number. Checked only if the phone number is not known to the other user. Can be set only to "Allow contacts" or "Allow all".
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA privacy setting for managing whether the user can be found by their phone number. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UserPrivacySettingAllowFindingByPhoneNumber
public UserPrivacySettingAllowFindingByPhoneNumber()A privacy setting for managing whether the user can be found by their phone number. Checked only if the phone number is not known to the other user. Can be set only to "Allow contacts" or "Allow all".
-
-
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
-