Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@tawn33y tawn33y released this 18 Jun 08:02
· 73 commits to main since this release
edc157a

What's new

Stable release. No changes.

API

  • createBot(fromPhoneNumberId, accessToken, version)
    • sendMessage(to, text, [options])
    • sendImage(to, urlOrObjectId, [options])
    • sendDocument(to, urlOrObjectId, [options])
    • sendAudio(to, urlOrObjectId)
    • sendVideo(to, urlOrObjectId, [options])
    • sendSticker(to, urlOrObjectId)
    • sendLocation(to, latitude, longitude, [options])
    • sendTemplate(to, name, languageCode, [components])
    • sendContacts(to, contacts)
    • sendReplyButtons(to, bodyText, buttons, [options])
    • sendList(to, buttonName, bodyText, sections, [options])

Contributors