@@ -10,27 +10,28 @@ Welcome to Pyrogram
1010 </div >
1111
1212 <p align =" center" >
13- <b >Telegram MTProto API Client Library for Python</b >
13+ <b >Telegram MTProto API Framework for Python</b >
14+
1415 <br >
15- <a href =" https://github.com/ pyrogram/pyrogram/releases/latest " >
16- Download
16+ <a href =" https://docs. pyrogram.ml " >
17+ Documentation
1718 </a >
1819 •
19- <a href =" https://github.com/pyrogram/pyrogram" >
20- Source code
20+ <a href =" https://github.com/pyrogram/pyrogram/releases " >
21+ Changelog
2122 </a >
2223 •
2324 <a href =" https://t.me/PyrogramChat" >
2425 Community
2526 </a >
2627 <br >
27- <a href =" https://github.com/pyrogram/pyrogram/blob/master/ compiler/api/source/main_api.tl" >
28+ <a href =" compiler/api/source/main_api.tl" >
2829 <img src =" https://img.shields.io/badge/schema-layer%2091-eda738.svg?longCache=true&colorA=262b30"
29- alt =" Scheme Layer" >
30+ alt =" Schema Layer" >
3031 </a >
3132 <a href =" https://github.com/pyrogram/tgcrypto" >
3233 <img src =" https://img.shields.io/badge/tgcrypto-v1.1.1-eda738.svg?longCache=true&colorA=262b30"
33- alt =" TgCrypto" >
34+ alt =" TgCrypto Version " >
3435 </a >
3536 </p >
3637
@@ -55,18 +56,20 @@ using the Next button at the end of each page. But first, here's a brief overvie
5556About
5657-----
5758
58- **Pyrogram ** is a brand new Telegram _ Client Library written from the ground up in Python and C. It can be used for
59- building custom Telegram applications that interact with the MTProto API as both User and Bot .
59+ **Pyrogram ** is an elegant, easy-to-use Telegram _ client library and framework written from the ground up in Python and C.
60+ It enables you to easily build custom Telegram applications that interact with the MTProto API as both user and bot .
6061
6162Features
6263--------
6364
64- - **Easy to use **: You can easily install Pyrogram using pip and start building your app right away.
65- - **High-level **: The low -level details of MTProto are abstracted and automatically handled .
65+ - **Easy **: You can install Pyrogram with pip and start building your app right away.
66+ - **Elegant **: Low -level details are abstracted and re-presented in a much nicer and easier way .
6667- **Fast **: Crypto parts are boosted up by TgCrypto _, a high-performance library written in pure C.
67- - **Updated ** to the latest Telegram API version, currently Layer 91 on top of MTProto 2.0.
68- - **Documented **: The Pyrogram API is well documented and resembles the Telegram Bot API.
69- - **Full API **, allowing to execute any advanced action an official client is able to do, and more.
68+ - **Documented **: Pyrogram API methods, types and public interfaces are well documented.
69+ - **Type-hinted **: Exposed Pyrogram types and method parameters are all type-hinted.
70+ - **Updated **, to the latest Telegram API version, currently Layer 91 on top of MTProto 2.0.
71+ - **Pluggable **: The Smart Plugin system allows to write components with minimal boilerplate code.
72+ - **Comprehensive **: Execute any advanced action an official client is able to do, and even more.
7073
7174To get started, press the Next button.
7275
0 commit comments