From 228828459cd09eb3d90952c33854927027030836 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 24 Aug 2020 09:16:25 +0200 Subject: [PATCH] Update FAQs --- docs/source/faq.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index a8386732..e3f92c11 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -47,8 +47,9 @@ Why Pyrogram? - **Easy**: You can install Pyrogram with pip and start building your applications right away. - **Elegant**: Low-level details are abstracted and re-presented in a much nicer and easier way. - **Fast**: Crypto parts are boosted up by TgCrypto_, a high-performance library written in pure C. -- **Documented**: Pyrogram API methods, types and public interfaces are well documented. -- **Type-hinted**: Exposed Pyrogram types and method parameters are all type-hinted. +- **Asynchronous**: Allows both synchronous and asynchronous models to fit all usage needs. +- **Documented**: API methods, types and public interfaces are all well documented. +- **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support. - **Updated**, to make use of the latest Telegram API version and features. - **Bot API-like**: Similar to the Bot API in its simplicity, but much more powerful and detailed. - **Pluggable**: The :doc:`Smart Plugin ` system allows to write components with minimal