mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Update README.md
This commit is contained in:
parent
d692196dce
commit
8c0ce7ac39
11
README.md
11
README.md
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
[](https://gitter.im/TLSharp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/TLSharp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
[](https://ci.appveyor.com/project/sochix/tlsharp)
|
[](https://ci.appveyor.com/project/sochix/tlsharp)
|
||||||
|
[](https://badge.fury.io/nu/TLSharp)
|
||||||
|
|
||||||
_Unofficial_ Telegram (http://telegram.org) client library implemented in C#. Latest TL scheme supported, thanks to Afshin Arani
|
_Unofficial_ Telegram (http://telegram.org) client library implemented in C#. Latest TL scheme supported, thanks to Afshin Arani
|
||||||
|
|
||||||
|
|
@ -29,9 +30,13 @@ It's a perfect fit for any developer who would like to send data directly to Tel
|
||||||
|
|
||||||
# How do I add this to my project?
|
# How do I add this to my project?
|
||||||
|
|
||||||
Library _almost_ ready for production usage. We need contributors to make 1.0.0 release.
|
Install via NuGet
|
||||||
|
|
||||||
To use TLSharp follow next steps:
|
```
|
||||||
|
Install-Package TLSharp
|
||||||
|
```
|
||||||
|
|
||||||
|
or build from source
|
||||||
|
|
||||||
1. Clone TLSharp from GitHub
|
1. Clone TLSharp from GitHub
|
||||||
1. Compile source with VS2015 or MonoDevelop
|
1. Compile source with VS2015 or MonoDevelop
|
||||||
|
|
@ -189,7 +194,7 @@ Contributing is highly appreciated!
|
||||||
* [DONE] Add PHONE_MIGRATE handling
|
* [DONE] Add PHONE_MIGRATE handling
|
||||||
* [DONE] Add FILE_MIGRATE handling
|
* [DONE] Add FILE_MIGRATE handling
|
||||||
* Add Updates handling
|
* Add Updates handling
|
||||||
* Add NuGet package
|
* [DONE] Add NuGet package
|
||||||
* [DONE] Add wrappers for media uploading and downloading
|
* [DONE] Add wrappers for media uploading and downloading
|
||||||
* Store user session as JSON
|
* Store user session as JSON
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue