Package org.drinkless.tdlib
Class TdApi.LanguagePackStrings
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.LanguagePackStrings
-
- Enclosing class:
- TdApi
public static class TdApi.LanguagePackStrings extends TdApi.Object
Contains a list of language pack strings.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.LanguagePackString[]stringsA list of language pack strings.
-
Constructor Summary
Constructors Constructor Description LanguagePackStrings()Contains a list of language pack strings.LanguagePackStrings(TdApi.LanguagePackString[] strings)Contains a list of language pack strings.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
strings
public TdApi.LanguagePackString[] strings
A list of language pack strings.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LanguagePackStrings
public LanguagePackStrings()
Contains a list of language pack strings.
-
LanguagePackStrings
public LanguagePackStrings(TdApi.LanguagePackString[] strings)
Contains a list of language pack strings.- Parameters:
strings- A list of language pack strings.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-