mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Fix docstring for message.reply_photo (#903)
This commit is contained in:
parent
e0eccfa8fb
commit
4dc771b64a
1 changed files with 1 additions and 1 deletions
|
|
@ -1904,7 +1904,7 @@ class Message(Object, Update):
|
||||||
If *reply_to_message_id* is passed, this parameter will be ignored.
|
If *reply_to_message_id* is passed, this parameter will be ignored.
|
||||||
Defaults to ``True`` in group chats and ``False`` in private chats.
|
Defaults to ``True`` in group chats and ``False`` in private chats.
|
||||||
|
|
||||||
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