bot.onText(/\/mi5splus/, function (msg ) { var fromId = msg.chat.id; // get the id, of who is sending the message var message = "http://en.miui.com/download-315.html"; bot.sendMessage(fromId, message); });
bot.onText(/\/mi5splus/, function (msg ) { var fromId = msg.chat.id; // get the id, of who is sending the message var message = "http://en.miui.com/download-315.html"; bot.sendMessage(fromId, message); });