We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,If I have a wid, which function should I call to obtain the profile name of this wid?
The text was updated successfully, but these errors were encountered:
WPP.whatsapp.ContactStore.get('[number]@c.us').displayName
or
WPP.whatsapp.ContactStore.get('[number]@c.us').notifyName
Sorry, something went wrong.
WPP.whatsapp.ContactStore.get is the pure way to do that, but I will create a wrap like WPP.contact.get
WPP.whatsapp.ContactStore.get
WPP.contact.get
0c31d37
No branches or pull requests
Hi,If I have a wid, which function should I call to obtain the profile name of this wid?
The text was updated successfully, but these errors were encountered: