2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 05:18:10 +00:00

Fix wrong type hint in docs for send_photo

This commit is contained in:
Dan 2020-02-01 15:49:07 +01:00
parent 07f1459e57
commit 1d0e110126

View File

@ -64,7 +64,7 @@ class SendPhoto(BaseClient):
A valid file reference obtained by a recently fetched media message.
To be used in combination with a file id in case a file reference is needed.
caption (``bool``, *optional*):
caption (``str``, *optional*):
Photo caption, 0-1024 characters.
parse_mode (``str``, *optional*):