tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Logout from all devices including tdlib app #2539

Closed BigBush3 closed 1 year ago

BigBush3 commented 1 year ago

I used python-telegram with tdlib, everything worked fine, but all of a sudden all the devices left the account and the session was interrupted, after that I could not request the code in any way, it just did not come to telegram when I requested it through the bot, with what can be related to this problem?

levlam commented 1 year ago

You need to try to log in from an official mobile app and follow instructions provided by the app if failed to log in.

BigBush3 commented 1 year ago

log in from an official mobile app is working fine, but i am not receiving inner telegram code when trying to log in with tdlib

levlam commented 1 year ago

This is up to the server. Nothing can be done app-side.