UNPKG

whatsapp.ts

Version:

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

6 lines (5 loc) 91 B
export interface WhatsAppReady { id: string; name: string; session: boolean; }