Forward many messages to a chat
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 messagesWPP.chat.forwardMessages('[number]@c.us', ['true_[number]@c.us_ABCDEF', ...]); Copy
// Forward messagesWPP.chat.forwardMessages('[number]@c.us', ['true_[number]@c.us_ABCDEF', ...]);
Forward many messages to a chat