bot-brother icon indicating copy to clipboard operation
bot-brother copied to clipboard

add support for inline_query

Open mhs-mlkn opened this issue 7 years ago • 2 comments

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?

mhs-mlkn avatar Aug 22 '17 05:08 mhs-mlkn

Currently there is no way to do it.

SerjoPepper avatar Sep 16 '17 22:09 SerjoPepper

bot.api.removeAllListeners('inline_query')
bot.api.on('inline_query', (bla) => console.log(bla))

ghost avatar Mar 04 '20 07:03 ghost