public static class TdApi.LanguagePackString extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
key
String key.
|
TdApi.LanguagePackStringValue |
value
String value.
|
Constructor and Description |
---|
LanguagePackString()
Represents one language pack string.
|
LanguagePackString(java.lang.String key,
TdApi.LanguagePackStringValue value)
Represents one language pack string.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String key
public TdApi.LanguagePackStringValue value
public static final int CONSTRUCTOR
public LanguagePackString()
public LanguagePackString(java.lang.String key, TdApi.LanguagePackStringValue value)
key
- String key.value
- String value.public int getConstructor()
getConstructor
in class TdApi.Object