2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-31 06:16:06 +00:00

Fix Typo in input_media_audio() (#614)

* Fixes #612
This commit is contained in:
ColinShark
2021-02-09 20:25:27 +01:00
committed by GitHub
parent fcf91661fc
commit 2ad21e9096

View File

@@ -56,10 +56,10 @@ class InputMediaAudio(InputMedia):
duration (``int``, *optional*):
Duration of the audio in seconds
performer (``int``, *optional*):
performer (``str``, *optional*):
Performer of the audio
title (``int``, *optional*):
title (``str``, *optional*):
Title of the audio
"""