UNPKG

wailey-whatsapp-lib

Version:

A robust WhatsApp library for Node.js with support for QR code and pairing code authentication

10 lines (9 loc) 210 B
/** * Wailey-library Binary Types * (Renamed from Baileys while maintaining identical functionality) */ export type BinaryNode = { tag: string; attrs: Record<string, string>; content?: any[]; };