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 796 forks source link

chat.addAndSendMsg is not a function #1047

Open mgrm007 opened 3 years ago

mgrm007 commented 3 years ago

Hi guys,

the code...

var chat = Store.Chat.get(chatId); ... chat.addAndSendMsg(tempMsg);

in "sendVCard" method is not working.

The error is: chat.addAndSendMsg is not a function at :1:158

Anyone help me?