mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
fix: Fixed the problem when do not save contacts when receive messages
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user