vk_wall_get_comments
Retrieve comments from a VK wall post. Filter by owner, post, sort order, and include likes or thread details.
Instructions
Returns a list of comments on a post on a user wall or community wall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | User ID or community ID. Use a negative value to designate a community ID. | |
| post_id | No | Post ID. | |
| need_likes | No | '1' - to return the 'likes' field, '0' - not to return the 'likes' field (default) | |
| start_comment_id | No | ||
| offset | No | Offset needed to return a specific subset of comments. | |
| count | No | Number of comments to return (maximum 100). | |
| sort | No | Sort order: 'asc' - chronological, 'desc' - reverse chronological | |
| preview_length | No | Number of characters at which to truncate comments when previewed. By default, '90'. Specify '0' if you do not want to truncate comments. | |
| extended | No | ||
| fields | No | ||
| comment_id | No | Comment ID. | |
| thread_items_count | No | Count items in threads. |