users and contacts to look up WhatsApp profiles and manage instance contacts.
For instances, see Instances and billing.
Contacts
client.contacts.list(instance_id, instance_token=...)
{ code, success, data } with contact array (jid, Name, IsInWhatsapp, etc.).
client.contacts.add(...)
{ code, success, data } with confirmation text (e.g. "Contact added").
Users
client.users.info(...)
{ code, success, data } with user profile fields (VerifiedName, Status, PictureId, etc.).
client.users.check(...)
{ code, success, data.users[] } with phone, exists, jid per checked number.
client.users.avatar(...)
{ code, success, data } with avatar base64 and mimetype.
client.users.contacts(instance_id, instance_token=...)
{ code, success, data } — JID map to contact fields (FirstName, FullName, PushName, etc.).
