vk_wall_get_reposts
Get repost details for a VK wall post. Provide owner ID and post ID to retrieve repost data, with options for offset and count.
Instructions
Returns information about reposts of a post on user wall or community wall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | User ID or community ID. By default, current user ID. Use a negative value to designate a community ID. | |
| post_id | No | Post ID. | |
| offset | No | Offset needed to return a specific subset of reposts. | |
| count | No | Number of reposts to return. |