Comment on a post
vk_wall_create_commentAdd a comment to a VK wall post using owner ID, post ID, and message. Returns the new comment ID.
Instructions
Add a comment to a post. owner_id is negative for a community. Returns the new comment_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Comment text | |
| post_id | Yes | Post ID | |
| owner_id | Yes | Wall owner: a community as a negative number (-123), a person as a positive one. Defaults to the token owner. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ID of the created comment |