We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef78900 commit 74f970eCopy full SHA for 74f970e
1 file changed
pyrogram/methods/messages/stream_media.py
@@ -32,7 +32,8 @@ async def stream_media(
32
) -> Optional[Union[str, BinaryIO]]:
33
"""Stream the media from a message chunk by chunk.
34
35
- The chunk size is 1 MiB (1024 * 1024 bytes).
+ You can use this method to partially download a file into memory or to selectively download chunks of file.
36
+ The chunk maximum size is 1 MiB (1024 * 1024 bytes).
37
38
Parameters:
39
message (:obj:`~pyrogram.types.Message` | ``str``):
0 commit comments