public static class TdApi.GetLanguagePackInfo extends TdApi.Function
Returns LanguagePackInfo
TdApi.Function.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 |
---|
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() |
toString
public 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()
getConstructor
in class TdApi.Function