Module tdlight.api

Class TdApi.UpdateLanguagePackStrings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateLanguagePackStrings
Enclosing class:
TdApi

public static final 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
      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 - String Localization target to which the language pack belongs.
      languagePackId - String Identifier of the updated language pack.
      strings - LanguagePackString[] List of changed language pack strings; empty if all strings have changed.
    • UpdateLanguagePackStrings

      public UpdateLanguagePackStrings(DataInput input) throws IOException
      Some language pack strings have been updated.
      Throws:
      IOException
  • Method Details