View Source ExTDLib.Object.PhoneNumberInfo (ExTDLib v0.0.4)
Contains information about a phone number.
| Name | Type | Description |
|---|---|---|
| country | countryInfo | Information about the country to which the phone number belongs; may be null. |
| country_calling_code | string | The part of the phone number denoting country calling code or its part. |
| formatted_phone_number | 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. |
| is_anonymous | bool | True, if the phone number was bought on Fragment and isn't tied to a SIM card. |
More details on telegram's documentation.