Sha256: a6ff802f834d29d7d2d93cfbaf621f3429e77c494ce02758ec06d59b8d0b043a

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

Stored size: 413 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorTranslationFiles < Base
        attribute :source, Types::String.constrained(eql: 'translation_files').default('translation_files')
        attribute :type, Types::String
        attribute :file_hashes, Types::Array.of(Types::String)
        attribute :message, Types::String
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/passport_element_error_translation_files.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/passport_element_error_translation_files.rb