mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 20:49:14 +00:00
feat: added MediaKey in order to see which sticker has been sent (#146)
This commit is contained in:
@@ -17,6 +17,13 @@ class Message extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_patch(data) {
|
_patch(data) {
|
||||||
|
/**
|
||||||
|
* MediaKey that represents the sticker 'ID'
|
||||||
|
* @type {string}
|
||||||
|
*/
|
||||||
|
this.mediaKey = data.mediaKey;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ID that represents the message
|
* ID that represents the message
|
||||||
* @type {object}
|
* @type {object}
|
||||||
|
|||||||
Reference in New Issue
Block a user