bot.onText(/links/, function (msg) {
var chatId = msg.chat.id;
bot.exportChatInviteLink(chatId);
bot.sendMessage(chatId, bot.getChat(msg.chat.invite_link));
});
bot.onText(/links/, function (msg) {
var chatId = msg.chat.id;
#bot.exportChatInviteLink(chatId);
bot.sendMessage(chatId, bot.getChat(msg.chat.invite_link(chatId));
});