Package org.drinkless.tdlib
Class TdApi.Countries
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Countries
- Enclosing class:
- TdApi
Contains information about countries.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The list of countries. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about countries.Countries(TdApi.CountryInfo[] countries) Contains information about countries. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
countries
The list of countries. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
Countries
public Countries()Contains information about countries. -
Countries
Contains information about countries.- Parameters:
countries- The list of countries.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-