Use queryWidExists instead
Check if the wid (phone number or LID) exists on WhatsApp
This helps to identify numbers with nine digit in Brazil. Results are cached via ContactStore (persistent) and a 5-min in-memory cache.
const result = await WPP.contact.queryWidExists('[number]@c.us');console.log(result.wid); // Correct ID Copy
const result = await WPP.contact.queryWidExists('[number]@c.us');console.log(result.wid); // Correct ID
Deprecated
Use queryWidExists instead