Removed dependency on Crc32.NET

This commit is contained in:
Wizou 2021-08-24 10:49:32 +02:00
parent 593463f46b
commit 53ee143a1d
4 changed files with 10 additions and 5 deletions

View file

@ -27,7 +27,7 @@ Then it will attempt to sign-in as a user for which you must enter the **phone_n
If the verification succeeds but the phone number is unknown to Telegram, the user might be prompted to sign-up (accepting the Terms of Service) and enter their **first_name** and **last_name**.
And that's it, you now have access to the full range of Telegram services, mainly through calls to `await client.Some_TL_Method(...)`
And that's it, you now have access to the [full range of Telegram services](https://core.telegram.org/methods), mainly through calls to `await client.Some_TL_Method(...)`
# Saved session
If you run this program again, you will notice that the previous prompts are gone and you are automatically logged-on and ready to go.