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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description UserPrivacySettingAllowFindingByPhoneNumber()A privacy setting for managing whether the user can be found by their phone number.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-