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

    Function sendAddParticipants

    • Parameters

      • group: Wid
      • participants: (Wid | { lid?: Wid; phoneNumber: Wid })[]

      Returns Promise<
          {
              participants?: (
                  | {
                      [key: `${number}@c.us`]: {
                          code: string;
                          invite_code: string
                          | null;
                          invite_code_exp: string | null;
                      };
                  }
                  | {
                      code: string;
                      invite_code: string
                      | null;
                      invite_code_exp: string | null;
                      userWid: Wid;
                  }
              )[];
              status: number;
              [key: `${number}@c.us`]: number;
          },
      >

      437722 >= 2.2222.8