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:
parent
07f1459e57
commit
1d0e110126
@ -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*):
|
||||
|
Loading…
x
Reference in New Issue
Block a user