mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Fix wrong type hint in docs for send_photo
This commit is contained in:
@@ -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*):
|
||||||
|
Reference in New Issue
Block a user