Sha256: 4f19f6f4b18391eb7e7bad68ee71db9cfdb2aff88129901771072c135bb1c428

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorDataField < Base
        attribute :source, Types::String.constrained(eql: 'data').default('data')
        attribute :type, Types::String
        attribute :field_name, Types::String
        attribute :data_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_data_field.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/passport_element_error_data_field.rb