File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ async def hello(client, message):
3434app.run()
3535```
3636
37- ** Pyrogram** is a modern, elegant and easy-to-use [ Telegram] ( https://telegram.org/ ) framework written from the ground up
38- in 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://docs.pyrogram.org/topics/mtproto-vs-botapi ) .
37+ ** Pyrogram** is a modern, elegant and easy-to-use [ Telegram] ( https://telegram.org/ ) client library framework written
38+ from the ground up in Python and C. It enables you to easily create custom Telegram client applications for both user
39+ and bot identities (bot API alternative) via the [ MTProto API] ( https://docs.pyrogram.org/topics/mtproto-vs-botapi ) .
4040
4141### Features
4242
You can’t perform that action at this time.
0 commit comments