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
In function:
whatsappClient.on('message', async message => { console.log(message.id, message.body); });
It execut two times;
Receive once time
WhatsApp Business
Chromium
Docker + Ubuntu
Android
1.26.0
2.3000.1017592110
18
LocalAuth
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Is this a problem caused by your code, or is it specifically because of the library?
Describe the bug.
In function:
It execut two times;
Expected Behavior
Receive once time
Steps to Reproduce the Bug or Issue
whatsappClient.on('message', async message => {
console.log(message.id, message.body);
});
WhatsApp Account Type
WhatsApp Business
Browser Type
Chromium
Operation System Type
Docker + Ubuntu
Phone OS Type
Android
WhatsApp-Web.js Version
1.26.0
WhatsApp Web Version
2.3000.1017592110
Node.js Version
18
Authentication Strategy
LocalAuth
Additional Context
No response
The text was updated successfully, but these errors were encountered: