I make a vk bot using Java SDK.
For the test I did this:
I write him a message, and he sends me the contents back.
It seems everything works, but the problem is that he sends it in a few minutes again and so on a couple of times. I looked at the group requests and there really are message_new requests that I didn’t seem to send ... Maybe after the bot has completed the event, send a flag about its successful completion so that it does not work again?