PyTelegrambotApi — @callback_query_handler does not work
I'm trying to create my first telegram bot with PyTelegrambotApi, but I encountered a weird problem: I get no callback after I press any inline buttons. Nothing happens. According to the documentation and articles, you're supposed to use callback_query_handler decorator,…