mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 796 forks source link

Does anyone know how can I send a reaction to a message? #1178

Open danielovianna opened 1 year ago

danielovianna commented 1 year ago

Hello my friends! Does anyone know how can I send a reaction to a message? The best function would be one that receives two params: the message id and the emoticon for the reaction, and then the function automatically puts the reaction in the message (or replaces it if it already has one). Please, can anyone help me? Does anyone have a working sample of it? Thank you very much.

erm3nda commented 1 year ago

TLDR; I think NO. (Please next people correct me if I am wrong.)

This development is not really maintained, many forks got this work and just did their shit just apart from this. So, there are LOT of missing features in the wapi.js provided by this repo.

I think that most updated repo would be https://github.com/open-wa/wa-automate-nodejs/blob/master/src/lib/wapi.js, which is just wapi, very updated. Also capable of being a rest API, which is ihmo it's best feature.

Patches, code obfuscation patch system and others are not of my wish but... but has very nice features that you can see to get inspired.