Sha256: cb1e196ef3dec87d439e0d72ae7ddee1ed8581cbdd7d77686e7f49da3c29330a

Contents?: true

Size: 348 Bytes

Versions: 3

Compression:

Stored size: 348 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PassportElementErrorUnspecified < Base
        attribute :source, Types::String.default('unspecified')
        attribute :type, Types::String
        attribute :element_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_unspecified.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/passport_element_error_unspecified.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/passport_element_error_unspecified.rb