mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-21 06:13:57 +00:00
Added method to DisableUpdates
This commit is contained in:
parent
4f1a6610aa
commit
1299e27cab
3 changed files with 9 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ If the account already exists and has enabled two-step verification (2FA) a **pa
|
|||
All these login scenarios are handled automatically within the call to `LoginUserIfNeeded`.
|
||||
|
||||
And that's it, you now have access to the **[full range of Telegram Client APIs](https://corefork.telegram.org/methods)**.
|
||||
All those API methods are available in the `TL` namespace *(with an underscore in the method name, instead of a dot)*, like this: `await client.Method_Name(...)`
|
||||
All those API methods require `using TL;` namespace and are called with an underscore instead of a dot in the method name, like this: `await client.Method_Name(...)`
|
||||
|
||||
# Saved session
|
||||
If you run this program again, you will notice that only **api_hash** is requested, the other prompts are gone and you are automatically logged-on and ready to go.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue