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

Error in function getAllMessageIdsInChat #1195

Open yagoocarvalho opened 2 months ago

yagoocarvalho commented 2 months ago

Hi everyone!

I got the new wapi.js from the #1191 and got the sendMessage working again! But the getAllMessageIdsInChat is still not working and it's throwing the following error: Error in function getAllMessageIdsInChat (TypeError: messages[i].id is undefined). Command: return WAPI.getAllMessageIdsInChat

Does anyone know how to solve it?

Thanks!