whatsapp-api-nodejs icon indicating copy to clipboard operation
whatsapp-api-nodejs copied to clipboard

RESTful WhatsApp API with Multiple Device Support

Results 103 whatsapp-api-nodejs issues
Sort by recently updated
recently updated
newest added

Hello, First off, thank you for developing whatsapp-api-nodejs. It's been very beneficial for my project. I've encountered a couple of issues that I'd like to bring to your attention: I...

When I go to the qrcode64 URL, it only returns the base64 once, why

Failed to decrypt message with any known session...

Hello! I would like to contribute to this project by adding TypeScript support.

When sending a text message to a group, the API response takes about 30 seconds. Does anyone know what could be causing this? ![image](https://github.com/salman0ansari/whatsapp-api-nodejs/assets/13874850/469da342-37b5-4c68-a6f3-198e0af7c4b3) The message arrives almost instantly, but...

Can you add poll sending feature in api.

Hey everyone! So, I was going through the source code and I was wondering if there's already a cool feature for chat read status in place. Does anyone know if...

It is very unstable, devices keep losing connection.. If the device is inactive for a long time, can it disconnect from the API?

I'm having trouble replying to a specific message, can someone help me? is correct? ```js async replyMessage(phoneNumber, text, quotedMessage) { await this.verifyId(this.getWhatsAppId(phoneNumber)) await this.instance.sock?.presenceSubscribe(phoneNumber); const data = await this.instance.sock?.sendMessage( this.getWhatsAppId(phoneNumber),...

![image](https://github.com/salman0ansari/whatsapp-api-nodejs/assets/53066400/a9d1d139-f5d4-478a-8a9e-2f1fb5e1ec0d)