Sha256: 6103d86ad52cb3d1f59314f9dd7062c2569affd65441424c68d0db56873788ab

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorFiles < Base
        attribute :source, Types::String.default('files')
        attribute :type, Types::String
        attribute :file_hashes, Types::Array.of(String)
        attribute :message, Types::String
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/passport_element_error_files.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/passport_element_error_files.rb