mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 06:25:30 +00:00
renamed CallAsync as Invoke
This commit is contained in:
parent
8fe0c086bb
commit
45d6e330bc
4 changed files with 423 additions and 423 deletions
|
|
@ -205,7 +205,7 @@ foreach (User contact in contacts.users.Values)
|
|||
The second method uses the more complex GDPR export, **takeout session** system.
|
||||
Here is an example on how to implement it:
|
||||
```csharp
|
||||
using TL.Methods; // methods structures, for InvokeWithTakeout
|
||||
using TL.Methods; // methods as structures, for Invoke* calls
|
||||
|
||||
using var client = new WTelegram.Client(Environment.GetEnvironmentVariable);
|
||||
await client.LoginUserIfNeeded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue