Class: Vk::API::Users::Responses::IsAppUserResponse

Inherits:
Schema::Response
  • Object
show all
Defined in:
lib/vk/api/users/responses/is_app_user_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#responseAPI::Base::BoolInt

Returns Information whether the user have installed an app.

Returns:



11
# File 'lib/vk/api/users/responses/is_app_user_response.rb', line 11

attribute :response, API::Base::BoolInt.optional.default(nil)