superchats
Version:
SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp
8 lines (7 loc) • 358 B
TypeScript
import type { OrkestralEventEmitter } from "../Models";
declare const _default: (sessionId?: string, dir?: any) => {
bind: (ev: OrkestralEventEmitter, options: any, wa: any, session?: any) => void;
filterData: (name: string, find: any) => Promise<unknown>;
searchData: (name: string, search: any) => Promise<unknown>;
};
export default _default;