public static class TdApi.LanguagePackStrings extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.LanguagePackString[] |
strings
A list of language pack strings.
|
Constructor and Description |
---|
LanguagePackStrings()
Contains a list of language pack strings.
|
LanguagePackStrings(TdApi.LanguagePackString[] strings)
Contains a list of language pack strings.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.LanguagePackString[] strings
public static final int CONSTRUCTOR
public LanguagePackStrings()
public LanguagePackStrings(TdApi.LanguagePackString[] strings)
strings
- A list of language pack strings.public int getConstructor()
getConstructor
in class TdApi.Object