java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeLanguagePack
- Enclosing class:
- TdApi
The link is a link to a language pack.
Call getLanguagePackInfo with the
given language pack identifier to
process the link.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Language pack identifier. -
Constructor Summary
ConstructorDescriptionThe link is a link to a language pack.The link is a link to a language pack.InternalLinkTypeLanguagePack
(String languagePackId) The link is a link to a language pack. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
languagePackId
Language pack identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeLanguagePack
public InternalLinkTypeLanguagePack()The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link. -
InternalLinkTypeLanguagePack
The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link.- Parameters:
languagePackId
- String Language pack identifier.
-
InternalLinkTypeLanguagePack
The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link.- 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()
-