From 961a9aed7b18620968931adcba1298ccc4f4e9d0 Mon Sep 17 00:00:00 2001 From: m-ehsan Date: Sat, 15 Feb 2020 20:09:55 +0330 Subject: [PATCH] Updated the link to the latest schema --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d89a90..8ebca9c 100644 --- a/README.md +++ b/README.md @@ -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)?