Aliaksei Levin
Aliaksei Levin
Then, what exactly doesn't work for you?
You can receive the error only if you entered the number incorrectly. Make sure that you chosen the correct country +888.
What error do you receive?
TDLib can't say "Invalid phone number".
TDLib doesn't check phone number. It can't return the error. And the server can't return the error with text "Invalid phone number" either.
@ne0c0de As @IRGC explained, you must check that login codes aren't disabled on the fragment.com site for the phone number.
TDLib has nothing to do with application interface. The app have to implement Web App launching and interaction with it.
You can create new accounts only though the official mobile Telegram apps.
The user must register using another app. Then it can log in to your app using QR code authentication, or entering the code sent in the official app.
When you run Bot API server locally, files are available by full path on the local disk, so there is no reason to download them again over HTTP. If you...