mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +00:00
Fix Message.download() docstrings
This commit is contained in:
parent
01ca652f8c
commit
b2c4d26ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -3340,7 +3340,7 @@ class Message(Object, Update):
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
await lient.download_media(message)
|
await client.download_media(message)
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue