Files
evolution-api/src/api/dto/settings.dto.ts
2024-06-06 14:47:58 -03:00

10 lines
204 B
TypeScript

export class SettingsDto {
rejectCall?: boolean;
msgCall?: string;
groupsIgnore?: boolean;
alwaysOnline?: boolean;
readMessages?: boolean;
readStatus?: boolean;
syncFullHistory?: boolean;
}