-
Notifications
You must be signed in to change notification settings - Fork 6k
Labels
⚙️ documentationaffected functionality: documentationaffected functionality: documentation
Milestone
Description
example:
python-telegram-bot/telegram/message.py
Lines 594 to 600 in 3d42df3
| def reply_document(self, *args, **kwargs): | |
| """Shortcut for:: | |
| bot.send_document(update.message.chat_id, *args, **kwargs) | |
| Keyword Args: | |
| quote (:obj:`bool`, optional): If set to ``True``, the photo is sent as an actual reply |
There are two steps I have to do before PR a patch
- check how many files are affected. Currently known is message, there will likely be more
- change the part to the actual reply there is
Metadata
Metadata
Assignees
Labels
⚙️ documentationaffected functionality: documentationaffected functionality: documentation