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

    Function forwardMessages

    • Forward many messages to a chat

      Parameters

      Returns Promise<any[]>

      The messages that could not be forwarded — an empty array means every message went through. WhatsApp collects them as it forwards and does not reject, so a resolved promise is not by itself a success.

      // Forward messages
      WPP.chat.forwardMessages('[number]@c.us', ['true_[number]@c.us_ABCDEF', ...]);