Add link to egram.tel to the list of examples.

GitOrigin-RevId: 61feec12aef6f54a2842d7ba7de0732e1d82be37
This commit is contained in:
levlam 2019-04-29 03:14:13 +03:00
parent 14fa2fe440
commit c80e553f56

View File

@ -90,7 +90,8 @@ See [example/csharp](https://github.com/tdlib/td/tree/master/example/csharp) for
If you want to write a cross-platform C# application using .Net Core, see [tdsharp](https://github.com/x2bool/tdsharp). It uses our [JSON](https://github.com/tdlib/td#using-json) interface, If you want to write a cross-platform C# application using .Net Core, see [tdsharp](https://github.com/x2bool/tdsharp). It uses our [JSON](https://github.com/tdlib/td#using-json) interface,
provides an asynchronous interface for interaction with TDLib, automatically generated classes for TDLib API and has some examples. provides an asynchronous interface for interaction with TDLib, automatically generated classes for TDLib API and has some examples.
Also see [Unigram](https://github.com/UnigramDev/Unigram), which is a full-featured client rewritten from scratch in C# using TDLib SDK for Universal Windows Platform in less than 2 months. Also see [Unigram](https://github.com/UnigramDev/Unigram), which is a full-featured client rewritten from scratch in C# using TDLib SDK for Universal Windows Platform in less than 2 months, or
[egram.tel](https://github.com/egramtel/egram.tel) - a cross-platform Telegram client written in C#, .NET Core, ReactiveUI and Avalonia.
<a name="cxx"></a> <a name="cxx"></a>
## Using TDLib in C++ projects ## Using TDLib in C++ projects