From 8fa6f989097e8776b132bcf2fa27ab283410c3d9 Mon Sep 17 00:00:00 2001 From: Victorien Plot Date: Mon, 14 Nov 2022 16:11:06 +0100 Subject: [PATCH] Recommend the use of `MARKDOWN_V2` in `telegram.ext.Defaults` --- telegram/ext/_defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegram/ext/_defaults.py b/telegram/ext/_defaults.py index d41e14b4d3a..283f5e644fd 100644 --- a/telegram/ext/_defaults.py +++ b/telegram/ext/_defaults.py @@ -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