renamed CallAsync as Invoke

This commit is contained in:
Wizou 2021-12-16 14:51:47 +01:00
parent 8fe0c086bb
commit 45d6e330bc
4 changed files with 423 additions and 423 deletions

View file

@ -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();