mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
Fix docstring of Message.reply_media_group (#2005)
This commit is contained in:
parent
e60318166e
commit
9288e4f2e4
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ class Message(TelegramObject):
|
|||
def reply_media_group(self, *args, **kwargs):
|
||||
"""Shortcut for::
|
||||
|
||||
bot.reply_media_group(update.message.chat_id, *args, **kwargs)
|
||||
bot.send_media_group(update.message.chat_id, *args, **kwargs)
|
||||
|
||||
Keyword Args:
|
||||
quote (:obj:`bool`, optional): If set to ``True``, the media group is sent as an
|
||||
|
|
Loading…
Add table
Reference in a new issue