Sha256: a54dc06b651c548e578a9fcb9ff96735b48622396321b46fd970a7e5f063e379
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
# frozen_string_literal: true require 'vk/api/responses' module Vk module API class Users < Vk::Schema::Namespace module Responses # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class IsAppUserResponse < Vk::Schema::Response # @return [API::Base::BoolInt] Information whether the user have installed an app attribute :response, API::Base::BoolInt.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/users/responses/is_app_user_response.rb |