You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: