mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Merge branch 'master' of https://github.com/sochix/TLSharp into netstandard
This commit is contained in:
commit
fee6aba931
22
README.md
22
README.md
|
|
@ -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>
|
|
||||||
[](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)
|
[](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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue