bot-brother
bot-brother copied to clipboard
add support for inline_query
on original node-telegram-bot-api there is a listener for "inline_query", is there a way to work with inline_query in current version of bot_brother?
Currently there is no way to do it.
bot.api.removeAllListeners('inline_query')
bot.api.on('inline_query', (bla) => console.log(bla))