Files
evolution-api/src/whatsapp/dto/settings.dto.ts
2023-07-24 09:42:29 -03:00

6 lines
102 B
TypeScript

export class SettingsDto {
reject_call?: boolean;
msg_call?: string;
groups_ignore?: boolean;
}