Skip to content

Releases: green-api/whatsapp-chatbot-js

WhatsApp bot - repairs for typescript

02 Dec 16:34
Compare
Choose a tag to compare

Fix some bugs breaking typescript based projects

WhatsApp bot - Major update

28 Nov 15:13
Compare
Choose a tag to compare
  1. Added support for V1 Green API protocol
  2. Added event media subscriptions for V-0 and V-1 for example
bot.on('document', (ctx, next) => {
    ctx.reply('Hello document!')
    next()
})

WhatsApp bot - Fix install error

19 Nov 06:46
Compare
Choose a tag to compare
0.1.3

Fix issue when install library

WhatsApp bot - fix for typescript

18 Nov 18:01
Compare
Choose a tag to compare
Pre-release

Sources contain error

WhatsApp bot - Fix error with import package

18 Nov 17:39
Compare
Choose a tag to compare

Have issue - does not work with typescript

WhatsApp bot - First release!

18 Nov 17:20
Compare
Choose a tag to compare
Pre-release

This release broken. Use newer versions