thedemons

Results 33 comments of thedemons

Here's a fancy animated UI that's built with an animation library I've been working on. Although it looks complex and hard to implement, the library handles most of the work....

Unfortunately no, the 2fa password isn't stored in tdata

It's still working for the latest version of Telegram Desktop. Can you post your code here and also specify which version of Telegram Desktop you're using? Edit: Please make sure...

> I run the code from the example and raises an error... > > > ```python > from opentele.td import TDesktop > from opentele.tl import TelegramClient > from opentele.api import...

Did you mean the function `send_code_request` of Telethon? If that's the case, you should open an issue on Telethon github, because it's not a part of Opentele. Most likely Telegram...

> > Did you mean the function `send_code_request` of Telethon? If that's the case, you should open an issue on Telethon github, because it's not a part of Opentele. >...

Telegram change their API, I'll reverse the android app to see what it use to register and update a workaround for this soon.

> I plan to use event interception (namely messages) from the client, but this does not work. Here is the code: > > ```python > import asyncio > > from...

Unfortunately, I couldn't replicate this bug, can you provide more information? This recursive error is weird, I don't understand how it could happen. Can you change the [tdesktop.py line 666](https://github.com/thedemons/opentele/blob/main/src/td/tdesktop.py#L666)...

Can we have an update on this issue? It's really bothering me.