UNPKG

@neoxr/wb

Version:

Simplicity WhatsApp Bot (Baileys)

8 lines (7 loc) 244 B
import Message from './message'; declare class Serialize extends Message { mention: (text: string) => string[]; bind(parent: any, m: any, bypassDisappearing?: boolean): any; } declare const _default: Serialize; export default _default;