Define a custom list of participants to send the status message
Optional
// Use a custom listawait WPP.status.updateParticipants(['123@c.us', '456@c.us']);// Use the contacts by defaultawait WPP.status.updateParticipants(null); Copy
// Use a custom listawait WPP.status.updateParticipants(['123@c.us', '456@c.us']);// Use the contacts by defaultawait WPP.status.updateParticipants(null);
Define a custom list of participants to send the status message