Answer the question
In order to leave comments, you need to log in
The wall in VK does not work. What to do?
There is a listener for the like event on the wall:
vk.updates.on('like_add', async function(like) {
await vk.api.messages.send({
message: 'Спасибо за лайк!',
peer_id: like.liker_id,
random_id: dateUTC
})
})
Answer the question
In order to leave comments, you need to log in
I think that I'm importing something incorrectly... What's the right way? The like_add event itself doesn't work...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question