public static class TdApi.GetLanguagePackInfo extends TdApi.Function<TdApi.LanguagePackInfo>
Returns LanguagePackInfo
| 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 |
|---|
GetLanguagePackInfo()
Default constructor for a function, which returns information about a language pack.
|
GetLanguagePackInfo(java.lang.String languagePackId)
Creates a function, which returns information about a language pack.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String languagePackId
public static final int CONSTRUCTOR
public GetLanguagePackInfo()
Returns LanguagePackInfo
public GetLanguagePackInfo(java.lang.String languagePackId)
Returns LanguagePackInfo
languagePackId - Language pack identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object