@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Function updateParticipants

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

      Parameters

      Returns Promise<void>

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