UNPKG

@neoxr/wb

Version:

A simple and easy-to-use WhatsApp bot module built on top of Baileys. Designed for effortless integration and quick setup.

10 lines (9 loc) 285 B
export default class Message { tags: { album: string; APIC: Buffer<ArrayBuffer>; }; customId: () => string; mention: (text: string) => string[]; createMessageFunction: (sock: any, bypassDisappearing: boolean | undefined, groupCache: any) => void; }