In order to obtain the the status(online/offline) and typing state of an user in whatsApp, I used the Store.Presence.find( phonenumber+ '@c.us').then(function(r){ console.log(r)})
function after retrieveing the resultng object I always get offline status which is wrong, because I tesitfy that with my phone number.
So what are the recent functions for presence (online/offline) status and typing function in WhatsAPI ?