rohit-chouhan / whatsapp

A package for whatsapp business api, send messages, product, media, location through flutter app.
https://pub.dev/packages/whatsapp
MIT License
24 stars 18 forks source link

Send to whatsapp group. #3

Closed AbodiSadiqGitHub closed 2 years ago

AbodiSadiqGitHub commented 2 years ago

I want to send message to whatsapp group, please. How can I do that?

rohit-chouhan commented 2 years ago

use messagesTemplate() method, and pass group_id in to property. ex. whatsapp.messagesTemplate( to: 10000000034254, //group id templateName: "hello_world" //template name );

AbodiSadiqGitHub commented 2 years ago

use messagesTemplate() method, and pass group_id in to property. ex. whatsapp.messagesTemplate( to: 10000000034254, //group id templateName: "hello_world" //template name ); can you give me an example, 'https://chat.whatsapp.com/JiATE6rTObME5UXacTIfcw' this is a group link, how can i do? and what is template name in this case? and how can i send data?

thanks Aloot!