Class PhotosDeleteCommentQuery

java.lang.Object

public class PhotosDeleteCommentQuery
extends AbstractQueryBuilder<PhotosDeleteCommentQuery,​DeleteCommentResponse>
Query for Photos.deleteComment method
  • Constructor Details

    • PhotosDeleteCommentQuery

      public PhotosDeleteCommentQuery​(VkApiClient client, UserActor actor, int commentId)
      Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
      Parameters:
      client - VK API client
      actor - actor with access token
      commentId - value of "comment id" parameter.
  • Method Details