Closed jesussales closed 3 years ago
To know your use getMe
, i believe it is only in wapi.js, so add this method on WhatsAPIDriver
def get_me(self):
return self.wapi_functions.getMe()
I also had to change the code in wapi.js
window.WAPI.getMe = function (done) {
const me = window.Store.Conn.__x_wid.user;
if (done !== undefined) done(me);
return me;
};
Thanks!!!!
Hi everybody, are there any function or any method to know my number/id??
Thanks in advanced