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.03k stars 795 forks source link

leave_group function error #971

Open mhoseini31 opened 3 years ago

mhoseini31 commented 3 years ago

I'm using the function leave_group to leave the group I'm joined, but I get this error: webwhatsapi.wapi_js_wrapper.JsException: Error in function leaveGroup (TypeError: group.sendExit is not a function). Command: return WAPI.leaveGroup('xxxxxx@g.us', arguments[0])

Thanks in advance.

mhoseini31 commented 3 years ago

I'm using the function leave_group to leave the group I'm joined, but I get this error: webwhatsapi.wapi_js_wrapper.JsException: Error in function leaveGroup (TypeError: group.sendExit is not a function). Command: return WAPI.leaveGroup('xxxxxx@g.us', arguments[0])

Thanks in advance.

This solved the problem: #805