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.03k stars 797 forks source link

How do I get logon information #942

Closed ligj321 closed 3 years ago

ligj321 commented 3 years ago

When I scan the code to start, where can I only know my mobile phone number

chalyyzhu commented 3 years ago

window.WAPI.getMe = function (done) { const rawMe = Store.Me.attributes;

if (done !== undefined) done(rawMe);
return rawMe;

};