mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Fix wrong type hint in docs for send_photo
This commit is contained in:
parent
07f1459e57
commit
1d0e110126
1 changed files with 1 additions and 1 deletions
|
|
@ -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*):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue