We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
Personal account (normal)
EASY API/CLI
Currently, when executing. It runs normally. No error codes or crashes.
Expected behavior: Forward the message.
Type !fw
try { console.log('Forwarding step 1') const MentionedMessage = message.quotedMsgObj.id.substring(6,67) //await client.reply(from,MentionedMessage,id) console.log('Forwarding step 2') console.log(`Forwarding ${MentionedMessage}`) client.forwardMessages('[email protected]',MentionedMessage,false) console.log('Forward done') } catch(err){ console.log(err) client.sendText(from,err,id) }
Forwarding step 1 Forwarding step 2 Forwarding [email protected][email protected] Forward done
- OS: Windows 10 Pro - Node: 18.16.0 - npm: Not sure
No response
The text was updated successfully, but these errors were encountered:
Whatsapp web was updated
Sorry, something went wrong.
Aha. Any ETA of a update?
No branches or pull requests
Are you using the latest version of the library?
What type of session are you experiencing this issue on?
Multi-device and I have set multiDevice to true in my config OR am using the --multi-device flag
What type of host account are you experiencing this issue on?
Personal account (normal)
Mode
EASY API/CLI
Current Behavior
Currently, when executing. It runs normally. No error codes or crashes.
Expected Behavior
Expected behavior: Forward the message.
Steps To Reproduce
Type !fw
create() code OR full CLI command + CONFIG
DEBUG INFO
Forwarding step 1 Forwarding step 2 Forwarding [email protected][email protected] Forward done
Environment
Screenshots/Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: