mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 14:35:43 +00:00
DownloadFileAsync: don't use stream.Position if !CanSeek
This commit is contained in:
parent
6f3c8732ec
commit
0ad7d696a5
3 changed files with 4 additions and 4 deletions
2
FAQ.md
2
FAQ.md
|
|
@ -235,7 +235,7 @@ In particular, it will detect and handle automatically and properly the various
|
|||
* 2FA password required (your Config needs to provide "password")
|
||||
* Email registration procedure required (your Config needs to provide "email", "email_verification_code")
|
||||
* Account registration/sign-up required (your Config needs to provide "first_name", "last_name")
|
||||
* Request to resend the verification code through alternate ways like SMS (if your Config answer an empty "verification_code" initially)
|
||||
* Request to resend the verification code through alternate ways (if your Config answer an empty "verification_code" initially)
|
||||
* Transient failures, slowness to respond, wrong code/password, checks for encryption key safety, etc..
|
||||
|
||||
Contrary to TLSharp, WTelegramClient supports MTProto v2.0 (more secured), transport obfuscation, protocol security checks, MTProto [Proxy](EXAMPLES.md#proxy), real-time updates, multiple DC connections, API documentation in Intellisense...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue