James58899 says to YSITD> datas.chat_id = chat_id; > datas.action = action; > return this._invoke('sendChatAction', datas , cb); > } > TelegramAPI.prototype.getFileContent = function getFileConten > var requestSettings = { > method: 'GET', > url: 'https://api.telegram.org/file/bot' + this.token > encoding: null > }; > request(requestSettings, function (err, response, body) { > cb(err, response, body); > }) > } > module.exports = TelegramAPIat Sat, Jul 9, 2016 9:02 PM