Baileys icon indicating copy to clipboard operation
Baileys copied to clipboard

Lightweight full-featured WhatsApp Web + Multi-Device API

Results 97 Baileys issues
Sort by recently updated
recently updated
newest added

I need to push the pushName before sending the message to the jid! does anyone know any functions? I looked in the documentation and found nothing!

How do I configure the webhook in the API? I'm using swagger

how to combine text and button in webhook ? like this ![1653132415566](https://user-images.githubusercontent.com/38723240/182650577-0b3c47cc-38b4-4c30-b709-c29bb2f7c3df.png)

I just found it when creating the group or updating the participants, but I don't see anything for when I delete the group

Hi, i found this error. Can anybody explaint this? `unexpected error in 'processing message' trace: "Error: getaddrinfo ENOTFOUND mmg.whatsapp.net\n at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:69:26)"` But my code is still working...

I'm getting this error when trying to change profile picture, and a similar error in another actions like sendMessage sometimes: ``` Error: not-acceptable at assertNodeErrorFree (D:\_projects\launchzapp-js\node_modules\@adiwajshing\baileys\lib\WABinary\generic-utils.js:56:15) at query (D:\_projects\launchzapp-js\node_modules\@adiwajshing\baileys\lib\Socket\socket.js:127:48) at...

bug

how to connect with wa web in (makeWasocket)

Hello! Tell me, please, how can I get all messages from all chats using this library periodically? I found an implementation of this function in an old version, but I'm...

**Describe the bug** When I try to JSON.stringify classes from `WASignalGroup/GroupProtocol`, I get this error: ``` TypeError: this.constructor.toObject is not a function at Object.toJSON at JSON.stringify ... ``` **Cause** https://github.com/adiwajshing/Baileys/blob/master/WASignalGroup/GroupProtocol.js#L256...

bug

conn.sendMessage(m.chat, {text: 'hai', contextInfo: {"externalAdReply": {title: titlink, mediaType: 3, renderLargerThumbnail: false, showAdAttribution: true, body: deslink, thumbnail: image, sourceUrl: `${args[0]}`}}}, {quoted: m}) its not working

bug