Node-telegram-bot-api: chosen_inline_result does not work

Created on 14 Jun 2016  路  3Comments  路  Source: yagop/node-telegram-bot-api

Following code does not work, but 'inline_query' works.

bot.on('chosen_inline_result', function (msg) {
    console.log(msg);
});

Most helpful comment

It is working for my bot, have you enabled /setinlinefeedback with botfather?

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Niquolas picture Niquolas  路  4Comments

saeedhei picture saeedhei  路  4Comments

dimawebmaker picture dimawebmaker  路  3Comments

jacopocappelli1989 picture jacopocappelli1989  路  4Comments

Rezania815 picture Rezania815  路  3Comments