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. 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. 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. Photo caption, 0-1024 characters.
parse_mode (``str``, *optional*): parse_mode (``str``, *optional*):