Replies: 2 comments 2 replies
-
You can't create that message info, you need to query it from the store |
Beta Was this translation helpful? Give feedback.
-
So, in my case, the user sent a reaction ReactionMessage, say because they liked a message in the chat. How do I then remove that reaction? Should I take the reaction that the user sent and change the content and send it back? Is it how I am supposed to use removeAction()? I am struggling to see how I would get the proper message info into the store in the first place. |
Beta Was this translation helpful? Give feedback.
-
I see there is a method Whatsapp.removeReaction(). But I am not able to find out how to create the MessageInfo that it requires. I also tried to modify a reaction that the user previously sent by removing its content and reposting it back into the chat. Like this:
This did not help either. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions