chosen_inline_result doesn't work
I've created inline query and answer it
but when I choose one of the results I didn't get any event
bot.on('chosen_inline_result', function(msg)
{
console.log('Chosen: ' + msg);
});
console show no thing about this code
and there is no errors
@abbddo Make sure you enabled receiving those in @Botfather
thank you it's working now @GingerPlusPlus
Most helpful comment
@abbddo Make sure you enabled receiving those in @Botfather