updated web doc + FAQ TLSharp

This commit is contained in:
Wizou 2022-02-26 05:22:41 +01:00
parent a178d4be6f
commit f3a55385ab
3 changed files with 175 additions and 44 deletions

View file

@ -5,15 +5,15 @@
[![Support Chat](https://img.shields.io/badge/Chat_with_us-on_Telegram-0088cc)](https://t.me/WTelegramClient)
[![Donate](https://img.shields.io/badge/Help_this_project:-Donate-ff4444)](http://wizou.fr/donate.html)
## _a Telegram Client API library written 100% in C# and .NET Standard_
## _Telegram Client API library written 100% in C# and .NET Standard_
This ReadMe is a quick but important tutorial to learn the fundamentals about this library. Please read it all.
# 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#, starting a project based on this library might not be a great idea.
# How to use
After installing WTelegramClient through Nuget, your first Console program will be as simple as:
```csharp
static async Task Main(string[] _)