E
E
Evstegney Chachlyk2019-03-19 16:51:28
Python
Evstegney Chachlyk, 2019-03-19 16:51:28

How to force a bot to forward a VK message?

The bot works on the VK long pool (vk_api)
With a certain command, it must forward this message to another chat
5c90f39ca9c34456967784.png
But it sends the wrong message at all I
take the id with event.obj.conversation_message_id
How and where to get the message id

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Ogai, 2019-03-19
@onime_ne_smotru

Forwarding a message from one chat to another on behalf of a group is not possible. Each message ID = 0.
The forward_messages field of the messages.send method only accepts the global message ID, not its ID within the conversation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question