Sha256: b076fe853eff11d23e71577977263e447266f94d5de8056b3d5a056fa06d6fa9

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorTranslationFiles < Base
        attribute :source, String, default: 'translation_files'
        attribute :type, String
        attribute :file_hashes, Array[String]
        attribute :message, String
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/passport_element_error_translation_files.rb