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

Question: Any reliable method to return sent message id?? #1166

Closed erm3nda closed 1 year ago

erm3nda commented 1 year ago

Does anyone know how can I return the "last send message id" from sendMessageToID.

I tried to "mimic" the check() function from sendMessage with no luck :/ Im sure I can do some manual magic, but wondering if someone knows why chat.sendMessage() returns undefined.

Any hint appreciated.