I am using a PyQt5 based app (running well) and recently tried to integrate the Telegram Messenger Bot.
Using the old python-telegram-bot version 13.15 did work, but I was swamped with deprecation messages. Using the new version 20.6 requires the use of asyncio. As I understand now, this had to fail in combination with PYQt.
I am wondering whether I can use qtrio in lieu of asyncio?
Is there any experience with the use of the python-telegram-bot with qtrio?