java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PhoneNumberInfo
- Enclosing class:
- TdApi
Contains information about a phone number.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Information about the country to which the phone number belongs; may be null.The part of the phone number denoting country calling code or its part.The phone number without country calling code formatted accordingly to local rules. -
Constructor Summary
ConstructorDescriptionContains information about a phone number.PhoneNumberInfo
(TdApi.CountryInfo country, String countryCallingCode, String formattedPhoneNumber) Contains information about a phone number.PhoneNumberInfo
(DataInput input) Contains information about a phone number. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
country
Information about the country to which the phone number belongs; may be null. -
countryCallingCode
The part of the phone number denoting country calling code or its part. -
formattedPhoneNumber
The phone number without country calling code formatted accordingly to local rules. Expected digits are returned as '-', but even more digits might be entered by the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PhoneNumberInfo
public PhoneNumberInfo()Contains information about a phone number. -
PhoneNumberInfo
public PhoneNumberInfo(TdApi.CountryInfo country, String countryCallingCode, String formattedPhoneNumber) Contains information about a phone number.- Parameters:
country
- CountryInfo Information about the country to which the phone number belongs; may be null.countryCallingCode
- String The part of the phone number denoting country calling code or its part.formattedPhoneNumber
- String The phone number without country calling code formatted accordingly to local rules. Expected digits are returned as '-', but even more digits might be entered by the user.
-
PhoneNumberInfo
Contains information about a phone number.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-