Wapi_NEW
Wapi_NEW copied to clipboard
Dear sir, checkNumberStatus function returning true for mobilenumber which doesnt have whatsapp.Please check once
Hey, guys. When trying to send messages to unsaved contacts (and who have no conversation history), the message will not go. The following message appears: VM9602:300 Uncaught TypeError: Cannot read...
How to Send location ?
Hello friends Is there any way to set group thumbnail via WAPI call? Thanks in advance
Buttons in chat: "buttons": [ { "id": "0", "displayText": "Sim", "subtype": "quick_reply", "selectionId": "sim" }, { "id": "1", "displayText": "Nao", "subtype": "quick_reply", "selectionId": "nao" } ] This is the JSON...
I would like to be able to identify when an incoming call occurs. It's possible?
when trying to run wapi.js on the javascript executor selenium web driver on the js node, an error pops up (node: 13200) UnhandledPromiseRejectionWarning: JavascriptError: javascript error: Cannot read property 'default'...
I started a new qrcode and wapi.js can not find the module { id: "SendTextMsgToChat", conditions: (module) => (module.sendTextMsgToChat) ? module.sendTextMsgToChat : null }, return null MediaCollection is null too
Hello! How can I send files via sendimage? the files are even sent but before it is sent a base64 string. Image sending is normal. Thank you!