Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can qtrio be used in place of asyncio with the Telegram-Bot? #285

Open
ullix opened this issue Oct 29, 2023 · 0 comments
Open

Can qtrio be used in place of asyncio with the Telegram-Bot? #285

ullix opened this issue Oct 29, 2023 · 0 comments

Comments

@ullix
Copy link

ullix commented Oct 29, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant