2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 02:17:21 +00:00

Fix Message.download() docstrings

This commit is contained in:
Dan 2022-04-24 11:56:07 +02:00
parent 01ca652f8c
commit b2c4d26ce6

View File

@ -3340,7 +3340,7 @@ class Message(Object, Update):
.. code-block:: python
await lient.download_media(message)
await client.download_media(message)
Example:
.. code-block:: python