billbarsch / myzap

Free Open Source Whatsapp Api
830 stars 335 forks source link

Send to Whatsapp Group #175

Closed andrevader78 closed 4 months ago

andrevader78 commented 2 years ago

Is there a possible to send a Whatsapp Group ?

jhowbhz commented 2 years ago

Yes, set isGroup:true, in body json

andrevader78 commented 2 years ago

Yes, set isGroup:true, in body json

Hi, like this?

{ "session" : "test", "number" : "xxx-xxxxx", "text" : "Mensagem de Teste" "isGroup" : true }

Alvaro369 commented 2 years ago

Could you add an example how the definition in numeroa would be for the group? Do I have to change the group name?