Merge branch 'master' of https://github.com/sochix/TLSharp into netstandard

This commit is contained in:
LORDofDOOM 2018-02-10 00:35:29 +01:00
commit fee6aba931

View file

@ -1,11 +1,9 @@
TLSharp TLSharp
------------------------------- -------------------------------
<a href="https://www.paypal.me/IPirozhenko" title="Support project"><img src="https://img.shields.io/badge/Support%20project-paypal-brightgreen.svg"></a>
[![Join the chat at https://gitter.im/TLSharp/Lobby](https://badges.gitter.im/TLSharp/Lobby.svg)](https://gitter.im/TLSharp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Join the chat at https://gitter.im/TLSharp/Lobby](https://badges.gitter.im/TLSharp/Lobby.svg)](https://gitter.im/TLSharp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://ci.appveyor.com/api/projects/status/95rl618ch5c4h2fa?svg=true)](https://ci.appveyor.com/project/sochix/tlsharp) [![Build status](https://ci.appveyor.com/api/projects/status/95rl618ch5c4h2fa?svg=true)](https://ci.appveyor.com/project/sochix/tlsharp)
[![NuGet version](https://badge.fury.io/nu/TLSharp.svg)](https://badge.fury.io/nu/TLSharp) [![NuGet version](https://badge.fury.io/nu/TLSharp.svg)](https://badge.fury.io/nu/TLSharp)
<a href="https://github.com/sochix/telegram-tools"><img src=https://img.shields.io/badge/Telegram%20Tools-1.0.0-blue.svg /></a>
_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
@ -13,22 +11,6 @@ It's a perfect fit for any developer who would like to send data directly to Tel
:star2: If you :heart: library, please star it! :star2: :star2: If you :heart: library, please star it! :star2:
# News
* **JavaScript Telegram Client**
Hi everyone! I want to create JavaScript client for Telegram, it will have next features:
* send & receieve messages from users/groups/channels
* easy installation with npm or yarn
* latest Telegram Schema
* examples and documentation
If you like this idea, please leave your email [here](http://eepurl.com/cBXX8n).
* **TLSharp GUI**
If you have difficulties with console or writing code, you can try [Telegram Tools](https://github.com/sochix/telegram-tools). It's a GUI for TLSharp.
# Table of contents # Table of contents
- [How do I add this to my project?](#how-do-i-add-this-to-my-project) - [How do I add this to my project?](#how-do-i-add-this-to-my-project)
@ -200,10 +182,6 @@ Don't panic. You can call any method with help of `SendRequestAsync` function. F
The only way is [Telegram API docs](https://core.telegram.org/methods). Yes, it's outdated. But there is no other source. The only way is [Telegram API docs](https://core.telegram.org/methods). Yes, it's outdated. But there is no other source.
Latest scheme in JSON format you can find [here](https://gist.github.com/aarani/b22b7cda024973dff68e1672794b0298) Latest scheme in JSON format you can find [here](https://gist.github.com/aarani/b22b7cda024973dff68e1672794b0298)
# Contributing
Contributing is highly appreciated! Donations required <a href="https://www.paypal.me/IPirozhenko" title="Support project"><img src="https://img.shields.io/badge/Support%20project-paypal-brightgreen.svg"></a>
## What things can I Implement (Project Roadmap)? ## What things can I Implement (Project Roadmap)?
### Release 1.0.0 ### Release 1.0.0