Sha256: 16caf1719a6bd39fe62e6744fa4ef198d975d25227868e1d1a7f6a6a45bb5e6b

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

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

module Vk
  module API
    class Photos < Vk::Schema::Namespace
      module Responses
        # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
        class DeleteCommentResponse < Vk::Schema::Response
          # @return [API::Base::BoolInt] Returns 1 if request has been processed successfully, 0 if the comment is not found
          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/photos/responses/delete_comment_response.rb