Log in via session file authorization
In the Java example, for the login process, one needs to input the mobile phone number and verification code. Can I complete the login directly using the session file?
Or, besides the verification code, what other login methods does tdlib offer? For example, account password, cached login information files, and so on.
No. There is no such concept as "session file" in Telegram.
You can log in in exactly the same way as in any other app.
No. There is no such concept as "session file" in Telegram.
You can log in in exactly the same way as in any other app.
Log in with account and password?The normal way to create a client seems to be through a verification code login.
I want to complete the login authentication by directly reading the user's conversation information, rather than using the current verification code login method. Is this possible?
See https://core.telegram.org/tdlib/getting-started#user-authorization.