@brighthustle/adonisjs-whatsapp
Advanced tools
Changelog
1.0.1
Changelog
1.0.0
Support quick_reply
and url
button in template message
description
on RowObject
sendReplyButtons
⇒ sendButtons
readMessage
⇒ markAsRead
WhatsApp.uploadMedia(source)
WhatsApp.downloadMedia(media, [options])
sendText
method are optionaltranslateType
helpersendSticker
method fixedWhatsApp.sendText(to, text, [options])
WhatsApp.sendImage(to, media, [options])
WhatsApp.sendDocument(to, media, [options])
WhatsApp.sendAudio(to, media)
WhatsApp.sendVideo(to, media, [options])
WhatsApp.sendSticker(to, media)
WhatsApp.sendLocation(to, coordinate, [options])
WhatsApp.sendTemplate(to, template, language, components)
WhatsApp.sendContact(to, contacts)
WhatsApp.sendReplyButtons(to, text, buttons, [options])
WhatsApp.sendList(to, text, button, sections, [options])
WhatsApp.readMessage(wamid)
WhatsApp.on(event, handler)