whatsapp-chatbot-js

The library to develop WhatsApp bot

MIT License

Stars
27
Committers
4

Bot releases are hidden (Show)

whatsapp-chatbot-js - WhatsApp bot - repairs for typescript Latest Release

Published by ripreal almost 4 years ago

Fix some bugs breaking typescript based projects

whatsapp-chatbot-js - WhatsApp bot - Major update

Published by ripreal almost 4 years ago

  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-chatbot-js - WhatsApp bot - Fix install error

Published by ripreal almost 4 years ago

whatsapp-chatbot-js - WhatsApp bot - fix for typescript

Published by ripreal almost 4 years ago

Sources contain error

whatsapp-chatbot-js - WhatsApp bot - Fix error with import package

Published by ripreal almost 4 years ago

Have issue - does not work with typescript

whatsapp-chatbot-js - WhatsApp bot - First release!

Published by ripreal almost 4 years ago

This release broken. Use newer versions