mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 07:24:51 +00:00
Fix typo
This commit is contained in:
parent
bb27633da6
commit
6451d599b2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ from . import InputMedia
|
||||||
|
|
||||||
|
|
||||||
class InputMediaAudio(InputMedia):
|
class InputMediaAudio(InputMedia):
|
||||||
"""This object represents a video to be sent inside an album.
|
"""This object represents an audio to be sent inside an album.
|
||||||
It is intended to be used with :obj:`send_media_group() <pyrogram.Client.send_media_group>`.
|
It is intended to be used with :obj:`send_media_group() <pyrogram.Client.send_media_group>`.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue