Following code does not work, but 'inline_query' works.
bot.on('chosen_inline_result', function (msg) {
console.log(msg);
});
It is working for my bot, have you enabled /setinlinefeedback with botfather?
Thank you, I enabled it and now it works. But now I have another floating bug with inline keyboards. In some cases, they do not appear. And can you explain how to setup /setinlinefeedback, what do mean other variants(1/10, 1/100, 1/1000)?
Issue 1129 helped me to solve problem with inline keyboards
Most helpful comment
It is working for my bot, have you enabled /setinlinefeedback with botfather?