File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ app.run()
3636
3737** Pyrogram** is a modern, elegant and easy-to-use [ Telegram] ( https://telegram.org/ ) framework written from the ground up
3838in Python and C. It enables you to easily create custom apps for both user and bot identities (bot API alternative) via
39- the [ MTProto API] ( https://core.telegram .org/api#telegram-api ) .
39+ the [ MTProto API] ( https://docs.pyrogram .org/topics/mtproto-vs-botapi ) .
4040
4141### Features
4242
4343- ** Easy** : You can install Pyrogram with pip and start building your applications right away.
4444- ** Elegant** : Low-level details are abstracted and re-presented in a much nicer and easier way.
4545- ** Fast** : Crypto parts are boosted up by [ TgCrypto] ( https://github.com/pyrogram/tgcrypto ) , a high-performance library
4646 written in pure C.
47- - ** Asynchronous** : Allows both synchronous and asynchronous usages to fit all usage needs.
47+ - ** Asynchronous** : Allows both synchronous and asynchronous models to fit all usage needs.
4848- ** Documented** : API methods, types and public interfaces are all [ well documented] ( https://docs.pyrogram.org ) .
4949- ** Type-hinted** : Types and methods are all type-hinted, enabling excellent editor support.
5050- ** Updated** , to make use of the latest Telegram API version and features.
You can’t perform that action at this time.
0 commit comments