Package it.tdlight.jni
Class TdApi.LanguagePackStrings
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.LanguagePackString[]
strings
A 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.LanguagePackStrings(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
strings
A list of language pack strings. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
LanguagePackStrings
public LanguagePackStrings()Contains a list of language pack strings. -
LanguagePackStrings
Contains a list of language pack strings.- Parameters:
strings
- LanguagePackString[] A list of language pack strings.
-
LanguagePackStrings
- 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()
-