How to understand what a bot is in a conversation in the node-vk-bot-api library

Is there a line in the LongPoll API that is responsible for the conversation?

I'm making a bot and it's not optimized for conversation at all. I need to know how to do this.

Author: Никита, 2020-04-24

1 answers

" peer_id is the destination ID.

For the user: the user ID.

For a group conversation: 2000000000 + conversation id. //On my own, I will add that the plus is the mathematical addition

For the community: - community id.

Integer, available starting from version 5.38 " from docks

 0
Author: bikevit2008, 2020-10-23 07:47:38