evolution-api/src/api/dto/settings.dto.ts
2024-04-12 17:13:15 -03:00

10 lines
212 B
TypeScript

export class SettingsDto {
reject_call?: boolean;
msg_call?: string;
groups_ignore?: boolean;
always_online?: boolean;
read_messages?: boolean;
read_status?: boolean;
sync_full_history?: boolean;
}