Unable to Remove WhatsApp Reaction via API (Developtment Number) #144
Replies: 3 comments 13 replies
-
|
Hi @CaioMatins |
Beta Was this translation helpful? Give feedback.
-
|
Hi, @CaioMatins from what I've checked it seems to be working normally @wa.on_message()
def get_msg(_: WhatsApp, msg: types.Message):
msg.mark_as_read()
msg.react("❤️")
msg.unreact() |
Beta Was this translation helpful? Give feedback.
-
|
Hello, @yehuda-lev and @david-lev . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Attempt 1 - Removing reaction via Pywa
remove_reactionmethodI tried using the
remove_reactionmethod inclient.pyto remove a reaction, and I received the following response (example values):However, the reaction was not removed on WhatsApp.
Attempt 2 — Removing reaction via Meta Graph API (cURL)
I also tried using Meta's cURL directly:
This also did not work.
Note
Has anyone else experienced this? Any insights or workarounds would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions