Package it.tdlight.jni
Class TdApi.GetLanguagePackInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetLanguagePackInfo
- Enclosing class:
- TdApi
public static class TdApi.GetLanguagePackInfo extends TdApi.Function
Returns information about a language
pack. Returned language pack identifier
may be different from a provided one.
Can be called before authorization.
Returns LanguagePackInfo
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
languagePackId
Language pack identifier. -
Constructor Summary
Constructors Constructor Description GetLanguagePackInfo()
Returns information about a language pack.GetLanguagePackInfo(DataInput input)
GetLanguagePackInfo(String languagePackId)
Returns information about a language pack. -
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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
languagePackId
Language pack identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetLanguagePackInfo
public GetLanguagePackInfo()Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization.Returns
LanguagePackInfo
-
GetLanguagePackInfo
Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization.Returns
LanguagePackInfo
- Parameters:
languagePackId
- String Language pack identifier.
-
GetLanguagePackInfo
- 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()
-