Class TdApi.UpdateLanguagePackStrings

Enclosing class:
TdApi

public static class TdApi.UpdateLanguagePackStrings extends TdApi.Update
Some language pack strings have been updated.
  • Field Details

    • localizationTarget

      public String localizationTarget
      Localization target to which the language pack belongs.
    • languagePackId

      public String languagePackId
      Identifier of the updated language pack.
    • strings

      public TdApi.LanguagePackString[] strings
      List of changed language pack strings; empty if all strings have changed.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateLanguagePackStrings

      public UpdateLanguagePackStrings()
      Some language pack strings have been updated.
    • UpdateLanguagePackStrings

      public UpdateLanguagePackStrings(String localizationTarget, String languagePackId, TdApi.LanguagePackString[] strings)
      Some language pack strings have been updated.
      Parameters:
      localizationTarget - Localization target to which the language pack belongs.
      languagePackId - Identifier of the updated language pack.
      strings - List of changed language pack strings; empty if all strings have changed.
  • 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