@wppconnect/wa-js - v3.17.3
    Preparing search index...

    Function updateParticipants

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

      Parameters

      • Optionalids: null | (string | Wid)[]

      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);