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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.CountryInfo[] countries
public static final int CONSTRUCTOR
public Countries()
public Countries(TdApi.CountryInfo[] countries)
countries - The list of countries.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object