mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 797 forks source link

SendMessage Error #1013

Closed anauwal closed 3 years ago

anauwal commented 3 years ago

please help how to solve this `Error in function sendMessage (TypeError: chat.sendMessage(...) is undefined). C ommand: return WAPI.sendMessage('00000000@c.us','As your command sir!', argu ments[0])

`

pvoytko commented 3 years ago

I had same error.

Solution of this error - here:

https://github.com/mukulhase/WebWhatsapp-Wrapper/pull/1003#issuecomment-785545951

anauwal commented 3 years ago

can you show me the full code please.

I had same error.

Solution of this error - here:

#1003 (comment)

Alezz1722 commented 3 years ago

@pvoytko please how to solve, aswer doesn't show complete the solution. thanks

pvoytko commented 3 years ago

I had same error.

Solution of this error - here:

#1003 (comment)

Details:

File: /webwhatsapi/js/wapi.js

Replace old function "window.WAPI.sendMessage" with this fixed version:

CODE: https://drive.google.com/uc?id=1wlSkDZfGuRupiPoSbSe-5hzVZcXZlMZB

Difference: Difference