whatsauto.js
Version:
Easy WhatsApp Automation with Session
12 lines • 428 B
TypeScript
import { AutoWA } from "./AutoWA";
export declare class AutoWAManager {
private sessions;
addSessions(autoWAs: AutoWA[]): void;
addSession(autoWA: AutoWA): void;
isSessionExist(sessionId: string): boolean;
startSessions(): Promise<void>;
deleteSession(sessionId: string): Promise<void>;
getSessions(): string[];
getSession(sessionId: string): AutoWA;
}
//# sourceMappingURL=AutoWAManager.d.ts.map