@open-wa/wa-automate 4.36.0 → 4.36.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -123,6 +123,8 @@ export interface Message {
123
123
  chat: Chat;
124
124
  chatId: ChatId;
125
125
  author: string;
126
+ stickerAuthor?: string;
127
+ stickerPack?: string;
126
128
  /**
127
129
  * @deprecated
128
130
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate",
3
- "version": "4.36.0",
3
+ "version": "4.36.1",
4
4
  "licenseCheckUrl": "https://funcs.openwa.dev/license-check",
5
5
  "brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
6
6
  "patches": "https://cdn.openwa.dev/patches.json",