WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://whiskeysockets.github.io/Baileys/
MIT License
2.72k stars 975 forks source link

Emoji Reaction #729

Closed nandoweb closed 1 week ago

nandoweb commented 1 month ago

Hello, the stickers do not appear when users use them in a message, the emoji comes out as if it were a separate message.

In other words, if 30 people Like a message, there will be 30 messages that whaticker will receive.

Any Solution?

Thanks image

CAIOZIn1 commented 3 weeks ago

There is a property in baileys that returns whether it was a reaction to a message or something else

following example in terminal:

image

Endpoint:

image

NOTE: If it is not a reaction, the value null is returned.

I hope I helped, enjoy.

nandoweb commented 3 weeks ago

There is a property in baileys that returns whether it was a reaction to a message or something else

following example in terminal:

image

Endpoint:

image

NOTE: If it is not a reaction, the value null is returned.

I hope I helped, enjoy.

How Solve in this code?

PurpShell commented 1 week ago

This looks like a whaticket-community issue, not a baileys one