Sha256: d9accd9e676e3e6a672b0823401f01fef0fbf76bdfd0caf346bd3a6192e1eafa

Contents?: true

Size: 347 Bytes

Versions: 10

Compression:

Stored size: 347 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

10 entries across 10 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/passport_element_error_data_field.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/passport_element_error_data_field.rb