Skip to content

Commit 2ad21e9

Browse files
authored
Fix Typo in input_media_audio() (#614)
* Fixes #612
1 parent fcf9166 commit 2ad21e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyrogram/types/input_media/input_media_audio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ class InputMediaAudio(InputMedia):
5656
duration (``int``, *optional*):
5757
Duration of the audio in seconds
5858
59-
performer (``int``, *optional*):
59+
performer (``str``, *optional*):
6060
Performer of the audio
6161
62-
title (``int``, *optional*):
62+
title (``str``, *optional*):
6363
Title of the audio
6464
"""
6565

0 commit comments

Comments
 (0)