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; pass null if the string needs to be taken from the built-in English language pack.
|
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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; pass null if the string needs to be taken from the built-in English language pack.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object