Sha256: aa3d155c20688c6228d4ba17267d3e8c2e6e9e8017832373f6279792fce48eac

Contents?: true

Size: 315 Bytes

Versions: 8

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorFiles < Base
        attribute :source, String, default: '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_files.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/passport_element_error_files.rb