Uses of Class
api.longpoll.bots.methods.impl.wall.CreateComment
Packages that use CreateComment
Package
Description
VK API methods.
Methods to work with community wall.
-
Uses of CreateComment in api.longpoll.bots.methods
Methods in api.longpoll.bots.methods that return CreateComment -
Uses of CreateComment in api.longpoll.bots.methods.impl.wall
Methods in api.longpoll.bots.methods.impl.wall that return CreateCommentModifier and TypeMethodDescriptionCreateComment.setAttachment(UploadedFile... attachments) CreateComment.setAttachment(Iterable<UploadedFile> attachments) CreateComment.setAttachment(String attachment) CreateComment.setFromGroupId(int fromGroupId) CreateComment.setMessage(String message) CreateComment.setOwnerId(int ownerId) CreateComment.setPostId(int postId) CreateComment.setReplyToComment(int replyToComment) CreateComment.setStickerId(int stickerId)