fix: Fixed the problem when do not save contacts when receive messages

This commit is contained in:
Davidson Gomes
2023-07-08 07:15:34 -03:00
parent 437803da07
commit eca4285ea8
6 changed files with 124 additions and 12 deletions

View File

@@ -35,7 +35,8 @@ class linkPreviewMessage {
export class StatusMessage {
type: string;
content: string;
statusJidList: string[];
statusJidList?: string[];
allContacts?: boolean;
caption?: string;
backgroundColor?: string;
font?: number;