venom-bot
Version:
Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design archite
10 lines (9 loc) • 342 B
TypeScript
import { AckType } from '../../api/model/enum/ack-type';
export declare class callbackWile {
obj: Object;
constructor();
addObjects(ids: AckType | String, serializeds: string): boolean;
getObjKey(serialized: string): string | false;
checkObj(id: AckType | String, serialized: string): boolean;
get module(): Object;
}