Updated the link to the latest schema

This commit is contained in:
m-ehsan 2020-02-15 20:09:55 +03:30
parent 43f16e879e
commit 961a9aed7b

View file

@ -181,8 +181,8 @@ Don't panic. You can call any method with help of `SendRequestAsync` function. F
**Where you can find a list of requests and its params?**
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)
Official API documentation at [Telegram API docs](https://core.telegram.org/methods).
You can find official schema in JSON [here](https://core.telegram.org/schema/json).
## What things can I Implement (Project Roadmap)?