UNPKG

@neoxr/wb

Version:

Simplicity WhatsApp Bot (Baileys)

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