mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-17 20:34:05 +00:00
Removed dependency on Crc32.NET
This commit is contained in:
parent
593463f46b
commit
53ee143a1d
4 changed files with 10 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue