Check if ID exists on WhatsApp
Verify whether a phone number is registered on WhatsApp.One or more phone numbers to check (with country code)
Returns an array of objects with
jid and exists properties for each phone number checked.Fetch user status
Retrieve the status message of a user.One or more JIDs to fetch status for
Fetch profile picture URL
Get the profile picture URL for a user or group.The JID of the user or group
Resolution type:
preview- Low resolution thumbnailimage- High resolution image
Optional timeout in milliseconds for the request
Fetch business profile
Retrieve business profile information such as description or category.The JID of the business account
This method only works for business accounts. Regular user accounts will not return profile information.
Query chat history
Fetch historical messages from a chat or group.Number of messages to fetch (maximum 50 per query)
The message key of the oldest message you have in the chat
The timestamp of the oldest message
Messages will be received in the
messaging.history-set event. You need to have the oldest message in the chat to use this method.