diff --git a/src/structures/Message.js b/src/structures/Message.js index 3e47f35..73d4926 100644 --- a/src/structures/Message.js +++ b/src/structures/Message.js @@ -128,7 +128,7 @@ class Message extends Base { * @returns {Promise} */ getContact() { - return this.client.getContactById(this._getChatId()); + return this.client.getContactById(this.author || this.from); } /**