feat: added MediaKey in order to see which sticker has been sent (#146)

This commit is contained in:
InstantlyMoist
2020-04-11 20:54:19 +02:00
committed by GitHub
parent f92f1ec6bf
commit 470c7aea04

View File

@@ -17,6 +17,13 @@ class Message extends Base {
}
_patch(data) {
/**
* MediaKey that represents the sticker 'ID'
* @type {string}
*/
this.mediaKey = data.mediaKey;
/**
* ID that represents the message
* @type {object}