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.

14 lines (13 loc) 426 B
declare class Instance { private bot; constructor(); private init; getBot: (jid: string) => any | undefined; getBotByHash: (hash: string) => any | undefined; getData: (jid: string) => any | undefined; getDataByHash: (hash: string) => any | undefined; setBot: (jid: string, socket: any) => void; delBot: (jid: string) => boolean; } declare const _default: Instance; export default _default;