I would like the bot to send messages after the repost, try it through msg does not work
Code : vk.updates.on('wall_repost', async(ctx) => {
const postId = 1; // ID of the post that is a bonus for repost
const this Post = ctx.wall.copyHistory[0].id
});