Class TdApi.UpdateLanguagePackStrings

  • Enclosing class:
    TdApi

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

      • localizationTarget

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

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

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