Added contacts list & GUI examples

This commit is contained in:
Wizou 2021-12-16 14:41:43 +01:00
parent 9cc164b9ec
commit 8fe0c086bb
3 changed files with 35 additions and 2 deletions

View file

@ -10,7 +10,7 @@
# How to use
>⚠️ This library relies on asynchronous C# programming (`async/await`) so make sure you are familiar with this advanced topic before proceeding.
>If you are a beginner in C#, making a project based on this library might not be a great idea.
>If you are a beginner in C#, starting a project based on this library might not be a great idea.
After installing WTelegramClient through Nuget, your first Console program will be as simple as:
```csharp