Sha256: 87190dce4dde72ff1d65fd8387420f874243c22260dded561e85f00cf14916e6

Contents?: true

Size: 532 Bytes

Versions: 1

Compression:

Stored size: 532 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/responses'

module Vk
  module API
    class Messages < Vk::Schema::Namespace
      module Responses
        # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
        class GetLongPollServerResponse < Vk::Schema::Response
          # @return [API::Messages::LongpollParams] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
          attribute :response, Dry::Types[API::Messages::LongpollParams].optional
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vk-0.99.5.53.alpha lib/vk/api/messages/responses/get_long_poll_server_response.rb