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

Stuck on “authorizationsStateWaitPhoneNumber” #2630

Closed ToorajValaee closed 11 months ago

ToorajValaee commented 1 year ago

I try to test the [c# example], it was stuck after entering the phone number. I just replace the ApiId and ApiHash

levlam commented 1 year ago

Did you send setAuthenticationPhoneNumber request? Is Telegram banned in your area?

You can also set verbosity level of TDLib logs to 5 and check, what's going on there.

HDJINJIN commented 1 year ago

Did you send setAuthenticationPhoneNumber request? Is Telegram banned in your area?

You can also set verbosity level of TDLib logs to 5 and check, what's going on there.