UNPKG

wa.ts

Version:

A simple Node.js library for simplifying WhatsApp Web socket connection using the WhiskeySockets/Baileys library.

7 lines (6 loc) 191 B
import { SocketConfig } from '@whiskeysockets/baileys'; export interface WhatsAppAPIOptions { sessionPath?: string; deviceName?: string; baileysOptions?: Partial<SocketConfig>; }