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.

9 lines (8 loc) 359 B
import Message from './message'; declare class Serialize extends Message { mention: (text: string) => string[]; getMedia: (message: any) => Promise<Buffer<ArrayBuffer>>; bind(parent: any, m: any, Caching?: any | null, bypassDisappearing?: boolean, bot?: (id: string) => boolean): any; } declare const _default: Serialize; export default _default;