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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
"""