Answer the question
In order to leave comments, you need to log in
How to find the message_id of a bot message in VK using vk-io?
I need to take the message_id of the message that the bot sent to the conversation, so that I can later use it to edit the same message, but how can I implement this with the vk-io library?
I tried like this:
const message = await vk.api.messages.send({
peer_id: 2000000003,
random_id: getRandomId(),
keyboard: builder2.inline(),
message: `Текст...`
})
console.log(message)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question