File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,9 @@ Why Pyrogram?
4747- **Easy **: You can install Pyrogram with pip and start building your applications right away.
4848- **Elegant **: Low-level details are abstracted and re-presented in a much nicer and easier way.
4949- **Fast **: Crypto parts are boosted up by TgCrypto _, a high-performance library written in pure C.
50- - **Documented **: Pyrogram API methods, types and public interfaces are well documented.
51- - **Type-hinted **: Exposed Pyrogram types and method parameters are all type-hinted.
50+ - **Asynchronous **: Allows both synchronous and asynchronous models to fit all usage needs.
51+ - **Documented **: API methods, types and public interfaces are all well documented.
52+ - **Type-hinted **: Types and methods are all type-hinted, enabling excellent editor support.
5253- **Updated **, to make use of the latest Telegram API version and features.
5354- **Bot API-like **: Similar to the Bot API in its simplicity, but much more powerful and detailed.
5455- **Pluggable **: The :doc: `Smart Plugin <topics/smart-plugins >` system allows to write components with minimal
You can’t perform that action at this time.
0 commit comments