Unable to Remove WhatsApp Reaction via API (Developtment Number) #144
Unanswered
CaioMatins
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @CaioMatins |
Beta Was this translation helpful? Give feedback.
1 reply
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_reaction
methodI tried using the
remove_reaction
method inclient.py
to 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