@wppconnect/wa-js - v4.3.0
    Preparing search index...

    Function create

    • Create a new list and optionally add chats to it. Works for both personal and business accounts.

      Parameters

      • name: string
      • chatIds: (string | Wid)[] = []
      • OptionalcolorIndex: number

      Returns Promise<string>

      const id = await WPP.lists.create('Family', ['number@c.us', 'number2@c.us']);
      console.log(id); // '42'