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() |
toString
public 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()
getConstructor
in class TdApi.Object