File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Welcome to Pyrogram
2626 </a >
2727 <br >
2828 <a href =" compiler/api/source/main_api.tl" >
29- <img src =" https://img.shields.io/badge/schema-layer%2091 -eda738.svg?longCache=true&colorA=262b30"
29+ <img src =" https://img.shields.io/badge/schema-layer%2095 -eda738.svg?longCache=true&colorA=262b30"
3030 alt =" Schema Layer" >
3131 </a >
3232 <a href =" https://github.com/pyrogram/tgcrypto" >
@@ -67,7 +67,7 @@ Features
6767- **Fast **: Crypto parts are boosted up by TgCrypto _, a high-performance library written in pure C.
6868- **Documented **: Pyrogram API methods, types and public interfaces are well documented.
6969- **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 `_.
70+ - **Updated **, to the latest Telegram API version, currently Layer 95 on top of `MTProto 2.0 `_.
7171- **Pluggable **: The Smart Plugin system allows to write components with minimal boilerplate code.
7272- **Comprehensive **: Execute any advanced action an official client is able to do, and even more.
7373
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ If no error shows up you are good to go.
8282
8383 >> > import pyrogram
8484 >> > pyrogram.__version__
85- ' 0.11 .0'
85+ ' 0.12 .0'
8686
8787 .. _TgCrypto : https://docs.pyrogram.ml/resources/TgCrypto
8888.. _develop : http://github.com/pyrogram/pyrogram
You can’t perform that action at this time.
0 commit comments