@open-wa/wa-automate 4.31.7 → 4.31.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -135,6 +135,10 @@ export interface Message {
|
|
135
135
|
mediaData: unknown;
|
136
136
|
shareDuration: number;
|
137
137
|
isAnimated: boolean;
|
138
|
+
/**
|
139
|
+
* Is the message a "view once" message
|
140
|
+
*/
|
141
|
+
isViewOnce: boolean;
|
138
142
|
/**
|
139
143
|
* The URL of the file after being uploaded to the cloud using a cloud upload message preprocessor.
|
140
144
|
*/
|
package/package.json
CHANGED