yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.17k stars 1.5k forks source link

chosen_inline_result not working #1037

Closed itskreisler closed 1 year ago

itskreisler commented 1 year ago

Bug Report

I am using the latest version of the library.

Expected Behavior

I would like to get the option selected by a user using inline query

Actual Behavior

What happens is that when debugging the "chosen_inline_result" method, absolutely nothing happens, that is, I don't get a response.

Steps to reproduce the Behavior

I'm not sure, but I think my code is fine. I only did the "inline_query" event and "chosen_inline_result". image The console.log is not running

itskreisler commented 1 year ago

Fix