WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://baileys.whiskeysockets.io/
MIT License
4.03k stars 1.37k forks source link

How to send reactions to WhatsApp status? #1029

Open RullDev opened 2 months ago

RullDev commented 2 months ago

If there is a code please let me know.

Akkun3704 commented 2 months ago

Just send react message like usual and add options statusJidList

RullDev commented 2 months ago

Just send react message like usual and add options statusJidList

I don't understand, try giving me an example code

joweste commented 2 months ago

Just send react message like usual and add options statusJidList

I don't understand, try giving me an example code

const reactionMessage = { react: { text: 'teste, key: your_messsage_key, }, }; await client.sendMessage(jid, reactionMessage);

DannOfficial commented 2 months ago

await client.sendMessage(jid, { react: { text: "", // emoji key: "" // key (m.key) }, { statusJidList: [] })