Uses of Class
org.drinkless.tdlib.TdApi.CountryInfo
-
Packages that use TdApi.CountryInfo Package Description org.drinkless.tdlib -
-
Uses of TdApi.CountryInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.CountryInfo Modifier and Type Field Description TdApi.CountryInfo[]TdApi.Countries. countriesThe list of countries.TdApi.CountryInfoTdApi.PhoneNumberInfo. countryInformation about the country to which the phone number belongs; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.CountryInfo Constructor Description Countries(TdApi.CountryInfo[] countries)Contains information about countries.PhoneNumberInfo(TdApi.CountryInfo country, String countryCallingCode, String formattedPhoneNumber)Contains information about a phone number.
-