Skip to content

Releases: rohitsangwan01/whatsapp_bot_flutter

Fix bugs and add group functionalities

25 Jun 06:39
ab49086
Compare
Choose a tag to compare

This release added :

  • update to whatsapp_bot_platform_interface 1.0.0
  • Breaking change: new way of listening to messages: client.on(WhatsappEvent.chat_new_message, (data) => print(data));
  • add support for listening to multiple events
  • fix delete message
  • add option to send file name in sendFileMessage
  • add more methods to WhatsappClient.chat