minor changes

This commit is contained in:
Wizou 2022-06-14 00:58:51 +02:00
parent 6aef50db85
commit 33a2fb02c1
5 changed files with 6 additions and 6 deletions

2
FAQ.md
View file

@ -210,7 +210,7 @@ In particular, it will detect and handle automatically and properly the various
* 2FA password required (your Config needs to provide "password")
* 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)
* Transient failures, slowness to respond, checks for encryption key safety, etc..
* 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, real-time updates, multiple DC connections, API documentation in Intellisense...