public static class TdApi.Countries extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.CountryInfo[] |
countries
The list of countries.
|
Constructor and Description |
---|
Countries()
Contains information about countries.
|
Countries(TdApi.CountryInfo[] countries)
Contains information about countries.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.CountryInfo[] countries
public static final int CONSTRUCTOR
public Countries()
public Countries(TdApi.CountryInfo[] countries)
countries
- The list of countries.public int getConstructor()
getConstructor
in class TdApi.Object