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

Problem when trying Check Number Status #1148

Open MohamedAhmedIsmail opened 2 years ago

MohamedAhmedIsmail commented 2 years ago

Hi, I am trying to apply check_number_status and give error and no status return I saw all the issue related to this and nothing help me so please if there is a solution to it help

540

1106

bracketsApps007 commented 1 year ago

window.WAPI.validateNumber = async function(e) { var s = new window.Store.UserConstructor(e, { intentionallyUsePrivateConstructor: !0 }); r = await window.Store.FindChat.findChat(s).then((chat) => {return chat}); return r.trusted; }