mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-07 04:27:31 -06:00
feat: Created settings Controller
This commit is contained in:
5
src/whatsapp/dto/settings.dto.ts
Normal file
5
src/whatsapp/dto/settings.dto.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class SettingsDto {
|
||||
reject_call?: boolean;
|
||||
msg_call?: string;
|
||||
groups_ignore?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user