diff --git a/src/structures/Message.js b/src/structures/Message.js index e675814..084d22c 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -23,6 +23,12 @@ class Message extends Base { */ this.id = data.id; + /** + * ACK status for the message + * @type {MessageAck} + */ + this.ack = data.ack; + /** * Indicates if the message has media available for download * @type {boolean}