@wppconnect/wa-js 2.15.1 → 2.15.2

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.
package/CHANGELOG.md CHANGED
@@ -1 +1,5 @@
1
- ## 2.15.1 (2022-11-08)
1
+ ## 2.15.2 (2022-11-12)
2
+
3
+ ### Bug Fixes
4
+
5
+ - Fixed quoted message response (fix [#737](https://github.com/wppconnect-team/wa-js/issues/737)) ([c7ddbfd](https://github.com/wppconnect-team/wa-js/commit/c7ddbfd556ea39a93048d1e61f343dec641d66d1))
@@ -341,7 +341,7 @@ export declare class MsgModel extends Model {
341
341
  waitForPrep(): any;
342
342
  quotedMsgObj(): any;
343
343
  getQuotedMsgAdminGroupJid(): any;
344
- msgContextInfo(e?: any): any;
344
+ msgContextInfo(chatId: Wid): any;
345
345
  displayName(e?: any, t?: any): any;
346
346
  isQuoted(e?: any): boolean;
347
347
  isMentioned(e?: any): boolean;