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

How to create and send message to group #953

Open punitagarwal4 opened 3 years ago

punitagarwal4 commented 3 years ago

How to create and send message to group

marcelocecin commented 3 years ago
name = 'test'
msg = 'test'
partsid = ['XXXXXXX@c.us','ZZZZZZZZZ@c.us']
code = "WAPI.createGroup('"+chatid+"', '"+partsid+"')"
groupid = ''.join(str(driver.driver.execute_script(script=code)))
driver.send_message_to_id(groupid, msg)