README.md: fix outdated information

This commit is contained in:
Afshin Arani 2020-04-03 12:01:29 +04:30 committed by Andres G. Aragoneses
parent f2bdf845e9
commit 02c58b78dc

View file

@ -185,15 +185,14 @@ Don't panic. You can call any method with help of `SendRequestAsync` function. F
**Where can you find a list of requests and its parameters?** **Where can you find a list of requests and its parameters?**
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 no longer outdated.
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://core.telegram.org/schema/json)
## What things can I help on (Project Roadmap)? ## What things can I help on (Project Roadmap)?
* Add Updates handling via events (WIP PR: https://github.com/sochix/TLSharp/pull/892 ) * Add Updates handling via events (WIP PR: https://github.com/sochix/TLSharp/pull/892 )
* GithubActions CI job for running tests * GithubActions CI job for running tests
* Update to latest Layer (WIP PR: https://github.com/nblockchain/TgSharp/pull/5 ).
* Upgrade to .NETStandard 2.0. * Upgrade to .NETStandard 2.0.