pyTelegramBotAPI 4.14.0 | Windows | Python 3.12.0
So I wanted create some callback query handlers in my bot using this script:
https://pastebin.com/wZfumXXU
But it don't worked. When I tried to to add print statement in the start of my function it also printed nothing.
Then I tried this easy script:
https://pastebin.com/iZAW51jg
But it also don't worked for me