Sha256: 8734c603f33f9fd29932a5f3e14a2bd69d339b78b547d73bb236c95f0ceb8b9a

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorDataField < Base
        attribute :source, String.default('data')
        attribute :type, String
        attribute :field_name, String
        attribute :data_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_data_field.rb