Class TdApi.LocalizationTargetInfo

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.LocalizationTargetInfo
Enclosing class:
TdApi

public static class TdApi.LocalizationTargetInfo extends TdApi.Object
Contains information about the current localization target.
  • Field Details

    • 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:
  • Constructor Details

    • 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 Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR