Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion telegram/ext/_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Defaults:
networking backend directly via :class:`telegram.ext.ApplicationBuilder` instead.

Parameters:
parse_mode (:obj:`str`, optional): Send :attr:`~telegram.constants.ParseMode.MARKDOWN` or
parse_mode (:obj:`str`, optional): Send :attr:`~telegram.constants.ParseMode.MARKDOWN_V2` or
:attr:`~telegram.constants.ParseMode.HTML`, if you want Telegram apps to show
bold, italic, fixed-width text or URLs in your bot's message.
disable_notification (:obj:`bool`, optional): Sends the message silently. Users will
Expand Down