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

window.WAPI.getUnreadMessages() Method returning null value #1158

Open bhatpatil opened 2 years ago

bhatpatil commented 2 years ago

window.WAPI.getUnreadMessages() method in WAPI.js is always returning null in result. If anyone faced the same issue and found solution please advise.

Thank you.

edywdono commented 2 years ago

same problem

santimitchell commented 2 years ago

replace Chat.models for Chat._models

osolodkin commented 2 years ago

replace Chat.models for Chat._models

excellent solution! thanks!

erm3nda commented 2 years ago

replace Chat.models for Chat._models

Hi, can I ask how did you find it? I mean, from where did you started to search up to know that model was wrong? Regards