https://github.com/yuvapoojary/telegram.js/blob/master/src/structures/Chat.js#L202 and line 268 shoud be _.then(data => new Message(this.client, data));_
https://github.com/yuvapoojary/telegram.js/blob/master/src/structures/Chat.js#L202 and line 268 shoud be .then(data => new Message(this.client, data));