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}