We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1742b08 commit 6f7f328Copy full SHA for 6f7f328
src/api/model/chat.ts
@@ -32,7 +32,7 @@ export interface Chat {
32
muteExpiration: number;
33
name: string;
34
/** Whatsapp provides us with built-in spam detection and this is its indicator */
35
- notSpam: boolean;
+ notSpam?: boolean;
36
pin: number;
37
msgs: null;
38
kind: string;
0 commit comments