Node-telegram-bot-api: chosen_inline_result event doesn't work!

Created on 10 Aug 2017  路  2Comments  路  Source: yagop/node-telegram-bot-api

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

Most helpful comment

@abbddo Make sure you enabled receiving those in @Botfather

All 2 comments

@abbddo Make sure you enabled receiving those in @Botfather

thank you it's working now @GingerPlusPlus

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mbrammer picture mbrammer  路  3Comments

Hostile picture Hostile  路  3Comments

dimawebmaker picture dimawebmaker  路  3Comments

abbddo picture abbddo  路  3Comments

qunatumwhiskey picture qunatumwhiskey  路  4Comments