mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-07 04:27:31 -06:00
Added Typebot integration
This commit is contained in:
14
src/whatsapp/dto/typebot.dto.ts
Normal file
14
src/whatsapp/dto/typebot.dto.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export class Session {
|
||||
remoteJid?: string;
|
||||
sessionId?: string;
|
||||
createdAt?: number;
|
||||
updateAt?: number;
|
||||
}
|
||||
|
||||
export class TypebotDto {
|
||||
enabled?: boolean;
|
||||
url: string;
|
||||
typebot?: string;
|
||||
expire?: number;
|
||||
sessions?: Session[];
|
||||
}
|
||||
Reference in New Issue
Block a user