Skip to content

Commit

Permalink
feat: added MediaKey in order to see which sticker has been sent (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
InstantlyMoist committed Apr 11, 2020
1 parent f92f1ec commit 470c7ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/structures/Message.js
Expand Up @@ -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}
Expand Down

0 comments on commit 470c7ae

Please sign in to comment.