java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LanguagePackString
- Enclosing class:
- TdApi
Represents one language pack string.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
String key.String value; pass null if the string needs to be taken from the built-in English language pack. -
Constructor Summary
ConstructorDescriptionRepresents one language pack string.LanguagePackString
(DataInput input) Represents one language pack string.LanguagePackString
(String key, TdApi.LanguagePackStringValue value) Represents one language pack string. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
key
String key. -
value
String value; pass null if the string needs to be taken from the built-in English language pack. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
LanguagePackString
public LanguagePackString()Represents one language pack string. -
LanguagePackString
Represents one language pack string.- Parameters:
key
- String String key.value
- LanguagePackStringValue String value; pass null if the string needs to be taken from the built-in English language pack.
-
LanguagePackString
Represents one language pack string.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-