Package org.drinkless.tdlib
Class TdApi.LocalizationTargetInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.LocalizationTargetInfo
-
- Enclosing class:
- TdApi
public static class TdApi.LocalizationTargetInfo extends TdApi.Object
Contains information about the current localization target.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.LanguagePackInfo[]languagePacksList of available language packs for this application.
-
Constructor Summary
Constructors Constructor Description LocalizationTargetInfo()Contains information about the current localization target.LocalizationTargetInfo(TdApi.LanguagePackInfo[] languagePacks)Contains information about the current localization target.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
languagePacks
public TdApi.LanguagePackInfo[] languagePacks
List of available language packs for this application.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LocalizationTargetInfo
public LocalizationTargetInfo()
Contains information about the current localization target.
-
LocalizationTargetInfo
public LocalizationTargetInfo(TdApi.LanguagePackInfo[] languagePacks)
Contains information about the current localization target.- Parameters:
languagePacks- List of available language packs for this application.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-