wabot-md
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Wabot Multi Device

Installation

install using npm

npm install wabot-md

install using yarn

yarn add wabot-md

install using pnpm

pnpm add wabot-md

Using library

Using ES6

import * as whatsapp from 'wabot-md'

Using CommonJS

const whatsapp = required('wabot-md')

Example Using

import * as whatsapp from 'wabot-md'

const session = await whatsapp.startSession('instance123')

await whatsapp.sendTextMessage({
  sessionId: "xxxxxx", // session ID
  to: "6281234567890", // always add country code (ex: 62)
  text: "Hi There, This is Message from Server!", // message you want to send
})

Readme

Keywords

Package Sidebar

Install

npm i wabot-md

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

79.2 kB

Total Files

34

Last publish

Collaborators

  • masb0ymas