@open-wa/wa-automate-types-only 4.44.7 → 4.44.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,9 +8,25 @@ export interface Message {
8
8
  */
9
9
  selectedButtonId: string;
10
10
  /**
11
- * The id of the message
11
+ * The id of the message. Consists of the Chat ID and a unique string.
12
+ *
13
+ * Example:
14
+ *
15
+ * ```
16
+ * false_447123456789@c.us_7D914FEA78BE10277743F4B785045C37
17
+ * ```
12
18
  */
13
19
  id: MessageId;
20
+ /**
21
+ * The unique segment of the message id.
22
+ *
23
+ * Example:
24
+ *
25
+ * ```
26
+ * 7D914FEA78BE10277743F4B785045C37
27
+ * ```
28
+ */
29
+ mId: string;
14
30
  /**
15
31
  * The body of the message. If the message type is `chat` , `body` will be the text of the chat. If the message type is some sort of media, then this body will be the thumbnail of the media.
16
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.44.7",
3
+ "version": "4.44.10",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",