Skip to content

Commit 2288284

Browse files
committed
Update FAQs
1 parent 350ec15 commit 2288284

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/faq.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)