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

Account prohibited when using Tdlib #2698

Closed Wabash-spring closed 10 months ago

Wabash-spring commented 11 months ago

Recently, when logging in with a new account using tdlib, there is a phenomenon of withdrawal from that account. In addition, you will be withdrawn when you log in with an existing account, not a new one. Do you happen to know about any related documents or issues? And if there is any improvement or solution, please let me know

levlam commented 11 months ago

This behavior is up to the server and isn't directly related to TDLib. It blocks all non-bot accounts with suspicious activity, which don't look like real users.

Wabash-spring commented 11 months ago

This behavior is up to the server and isn't directly related to TDLib. It blocks all non-bot accounts with suspicious activity, which don't look like real users.

It was blocked only by client login using tdlib, not suspicious behavior. Does it affect the tdlib version?

levlam commented 11 months ago

It is not directly related to app version. Not doing anything after logging in is also an action, ordinary apps do.