mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
refactor: openai integration
This commit is contained in:
12
src/api/dto/chatbot.dto.ts
Normal file
12
src/api/dto/chatbot.dto.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export class Session {
|
||||
remoteJid?: string;
|
||||
sessionId?: string;
|
||||
status?: string;
|
||||
createdAt?: number;
|
||||
updateAt?: number;
|
||||
}
|
||||
|
||||
export class IgnoreJidDto {
|
||||
remoteJid?: string;
|
||||
action?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user