Sha256: b425a002fc495c1ea3796a5e35b42ab467bff24d8fafbc6dc8a05886128dd42e

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorDataField < Base
        attribute :source, Types::String.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

3 entries across 3 versions & 1 rubygems

Version Path
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/passport_element_error_data_field.rb