Sha256: 7b4e5b6032bb42eb0b16218d4911facb04f6863555129cc9192c054d95caa9cc

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorFrontSide < Base
        attribute :source, Types::String.constrained(eql: 'front_side').default('front_side')
        attribute :type, Types::String
        attribute :file_hash, Types::String
        attribute :message, Types::String
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/passport_element_error_front_side.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/passport_element_error_front_side.rb