• Define a custom list of participants to send the status message

    Parameters

    Returns Promise<void>

    Example

    // Use a custom list
    await WPP.status.updateParticipants(['123@c.us', '456@c.us']);
    // Use the contacts by default
    await WPP.status.updateParticipants(null);