feat: Added Typebot integration

This commit is contained in:
Davidson Gomes
2023-08-07 15:43:57 -03:00
parent a16b5f4644
commit 7c5d94c19e
11 changed files with 140 additions and 63 deletions

View File

@@ -91,6 +91,8 @@ export declare namespace wa {
url?: string;
typebot?: string;
expire?: number;
delay_message?: number;
unknown_message?: string;
sessions?: Session[];
};