public static class TdApi.InternalLinkTypeLanguagePack extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
languagePackId
Language pack identifier.
|
Constructor and Description |
---|
InternalLinkTypeLanguagePack()
The link is a link to a language pack.
|
InternalLinkTypeLanguagePack(java.lang.String languagePackId)
The link is a link to a language pack.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String languagePackId
public static final int CONSTRUCTOR
public InternalLinkTypeLanguagePack()
public InternalLinkTypeLanguagePack(java.lang.String languagePackId)
languagePackId
- Language pack identifier.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType