public static class TdApi.LocalizationTargetInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.LanguagePackInfo[] |
languagePacks
List of available language packs for this application.
|
| Constructor and Description |
|---|
LocalizationTargetInfo()
Contains information about the current localization target.
|
LocalizationTargetInfo(TdApi.LanguagePackInfo[] languagePacks)
Contains information about the current localization target.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.LanguagePackInfo[] languagePacks
public static final int CONSTRUCTOR
public LocalizationTargetInfo()
public LocalizationTargetInfo(TdApi.LanguagePackInfo[] languagePacks)
languagePacks - List of available language packs for this application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object