From 470c7aea0430704925958b6a53136d635d1a0e6f Mon Sep 17 00:00:00 2001 From: InstantlyMoist <32609460+InstantlyMoist@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:54:19 +0200 Subject: [PATCH] feat: added MediaKey in order to see which sticker has been sent (#146) --- src/structures/Message.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/structures/Message.js b/src/structures/Message.js index 960ff87..da63b87 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -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}