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

    Function updateParticipants

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

      Parameters

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

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