Sha256: 4d6eeb2eda9480c8a902dc7d0abcf39f29a8e4825a497f5b4c9f5be689c6ff5c

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorFile < Base
        attribute :source, String.default('file')
        attribute :type, String
        attribute :file_hash, 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_file.rb