Sha256: 96f06da5e0ac93bd7e7d721e6d98cc88a05601b298b162c4338d077aae4f3bde

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorFile < Base
        attribute :source, Types::String.default('file')
        attribute :type, Types::String
        attribute :file_hash, 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-1.0.0 lib/telegram/bot/types/passport_element_error_file.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/passport_element_error_file.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/passport_element_error_file.rb