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

Store.Conn.wid not available in Multi Device WhatsApp business beta version #1082

Open chirag90851 opened 2 years ago

emilianot commented 2 years ago

Add this to neededObjects

{id: "getMeUser", conditions: (module) => (module.getMeUser) ? module.getMeUser : null},

and call.. window.Store.getMeUser().user

chirag90851 commented 2 years ago

How to check device is connected or not because store.conn is not available ?

phenriquec commented 2 years ago

How to check if number exists in Multi device?

WapQuery.queryExist don'ts function anymore