Skip to content

Fix bugs and add group functionalities

Latest
Compare
Choose a tag to compare
@rohitsangwan01 rohitsangwan01 released this 25 Jun 06:39
· 22 commits to main since this release
ab49086

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