mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 22:45:38 +00:00
handle TAKEOUT_INIT_DELAY_X
This commit is contained in:
parent
5c2a66d8ce
commit
de0f34e8c5
4 changed files with 13 additions and 13 deletions
2
FAQ.md
2
FAQ.md
|
|
@ -202,7 +202,7 @@ A session file is created or resumed automatically on startup, and maintained up
|
|||
That session file is incompatible with TLSharp so you cannot reuse a TLSharp .dat file. You'll need to create a new session.
|
||||
|
||||
**DON'T** call methods Auth_SendCode/SignIn/SignUp/... because all the login phase is handled automatically by calling `await client.LoginUserIfNeeded()` after creating the client.
|
||||
Your Config callback just need to provide the various login answers if they are needed (see [ReadMe](README.md)).
|
||||
Your Config callback just need to provide the various login answers if they are needed (see [ReadMe](README.md) and [FAQ #4](#GUI)).
|
||||
In particular, it will detect and handle automatically the various login cases/particularity like:
|
||||
* Login not necessary (when a session is resumed with an already logged-in user)
|
||||
* 2FA password required (your Config needs to provide "password")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue