UNPKG

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

12 lines (11 loc) 218 B
export interface Scope { erro: boolean; to: string; text: string; } export declare function checkValuesSender(data: any): true | { erro: boolean; param: any; function: any; text: string; };