mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-21 06:13:57 +00:00
updated web doc + FAQ TLSharp
This commit is contained in:
parent
a178d4be6f
commit
f3a55385ab
3 changed files with 175 additions and 44 deletions
|
|
@ -5,15 +5,15 @@
|
|||
[](https://t.me/WTelegramClient)
|
||||
[](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[] _)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue