8000 Fix docstring of Message.reply_media_group (#2005) · Konano/python-telegram-bot@9288e4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9288e4f

Browse files
authored
Fix docstring of Message.reply_media_group (python-telegram-bot#2005)
1 parent e603181 commit 9288e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def reply_html(self, *args, **kwargs):
588588
def reply_media_group(self, *args, **kwargs):
589589
"""Shortcut for::
590590
591-
bot.reply_media_group(update.message.chat_id, *args, **kwargs)
591+
bot.send_media_group(update.message.chat_id, *args, **kwargs)
592592
593593
Keyword Args:
594594
quote (:obj:`bool`, optional): If set to ``True``, the media group is sent as an

0 commit comments

Comments
 (0)
0