Sha256: 01a20003c72e6fbadcf61831f83dca0cedb37f95390404df86ac20049e3a6678

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 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.of(String)
        attribute :message, String
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/passport_element_error_files.rb