View Source ExTDLib.Object.CountryInfo (ExTDLib v0.0.4)
Contains information about a country.
| Name | Type | Description |
|---|---|---|
| country_code | string | A two-letter ISO 3166-1 alpha-2 country code. |
| name | string | Native name of the country. |
| english_name | string | English name of the country. |
| is_hidden | bool | True, if the country must be hidden from the list of all countries. |
| calling_codes | string | List of country calling codes. |
More details on telegram's documentation.