Sha256: 9469a8864f5bf94939f46a9a1f4a8f9b7c676b8bbdc5be2ab587bc67dcdf6e4b
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true require 'vk/api/responses' module Vk module API class Account < Vk::Schema::Namespace module Responses # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class LookupContactsResponse < Vk::Schema::Response # @return [API::Account::LookupResult] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json attribute :response, Dry::Types[API::Account::LookupResult].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/account/responses/lookup_contacts_response.rb |