Uses of Class
org.drinkless.tdlib.TdApi.CountryInfo
Packages that use TdApi.CountryInfo
-
Uses of TdApi.CountryInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.CountryInfoModifier and TypeFieldDescriptionTdApi.Countries.countries
The list of countries.TdApi.PhoneNumberInfo.country
Information about the country to which the phone number belongs; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.CountryInfoModifierConstructorDescriptionCountries
(TdApi.CountryInfo[] countries) Contains information about countries.PhoneNumberInfo
(TdApi.CountryInfo country, String countryCallingCode, String formattedPhoneNumber, boolean isAnonymous) Contains information about a phone number.