Update README.md

This commit is contained in:
Dan 2019-05-17 13:21:51 +02:00
parent 53d0cc30f6
commit ddef2032e2

View File

@ -13,7 +13,7 @@
Releases Releases
</a> </a>
<a href="https://t.me/PyrogramChat"> <a href="https://t.me/Pyrogram">
Community Community
</a> </a>
<br> <br>
@ -58,8 +58,7 @@ ground up in Python and C. It enables you to easily create custom apps for both
written in pure C. written in pure C.
- **Documented**: Pyrogram API methods, types and public interfaces are well documented. - **Documented**: Pyrogram API methods, types and public interfaces are well documented.
- **Type-hinted**: Exposed Pyrogram types and method parameters are all type-hinted. - **Type-hinted**: Exposed Pyrogram types and method parameters are all type-hinted.
- **Updated**, to the latest Telegram API version, currently Layer 97 on top of - **Updated**, to make use of the latest Telegram API version and features.
[MTProto 2.0](https://core.telegram.org/mtproto).
- **Pluggable**: The Smart Plugin system allows to write components with minimal boilerplate code. - **Pluggable**: The Smart Plugin system allows to write components with minimal boilerplate code.
- **Comprehensive**: Execute any advanced action an official client is able to do, and even more. - **Comprehensive**: Execute any advanced action an official client is able to do, and even more.