Spaces:
Runtime error
Runtime error
File size: 228 Bytes
5e518ea |
1 2 3 4 5 6 7 8 9 10 11 |
export class SettingsDto {
rejectCall?: boolean;
msgCall?: string;
groupsIgnore?: boolean;
alwaysOnline?: boolean;
readMessages?: boolean;
readStatus?: boolean;
syncFullHistory?: boolean;
wavoipToken?: string;
}
|