Sha256: e83ab2feed85030c37455eb8d66ff610f8514d8a65b28c5cba1abbbf4027f4b2

Contents?: true

Size: 574 Bytes

Versions: 4

Compression:

Stored size: 574 Bytes

Contents

module TD::Types
  # Some language pack strings have been updated.
  #
  # @attr localization_target [String] Localization target to which the language pack belongs.
  # @attr language_pack_id [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

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/language_pack_strings.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/language_pack_strings.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/language_pack_strings.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/language_pack_strings.rb