Sha256: 4c4844b4a74678eb5132f085e01ef560378f80efd8c31054b27e5b50ee3bb22a

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 Bytes

Contents

module TD::Types
  # Some language pack strings have been updated.
  #
  # @attr localization_target [TD::Types::String] Localization target to which the language pack belongs.
  # @attr language_pack_id [TD::Types::String] Identifier of the updated language pack.
  # @attr strings [Array<TD::Types::LanguagePackString>] List of changed language pack strings.
  class Update::LanguagePackStrings < Update
    attribute :localization_target, TD::Types::String
    attribute :language_pack_id, TD::Types::String
    attribute :strings, TD::Types::Array.of(TD::Types::LanguagePackString)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/update/language_pack_strings.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/language_pack_strings.rb