Open RullDev opened 2 months ago
Just send react message like usual and add options statusJidList
Just send react message like usual and add options statusJidList
I don't understand, try giving me an example code
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);
await client.sendMessage(jid, { react: { text: "", // emoji key: "" // key (m.key) }, { statusJidList: [] })
If there is a code please let me know.