@neoxr/wb
Version:
A simple and easy-to-use WhatsApp bot module built on top of Baileys. Designed for effortless integration and quick setup.
16 lines (15 loc) • 381 B
TypeScript
declare const _default: (client?: any) => {
hostJid: boolean | undefined;
clientJid: string | undefined;
findJid: {
bot: (jid: string) => any;
group: (jid: string) => any;
chat: (jid: string) => any;
user: (jid: string) => any;
} | undefined;
bot: {
jid: string;
socket: any;
}[];
};
export default _default;