diff --git a/raw/src/types/message.rs b/raw/src/types/message.rs index ede54fa5d6..b43824e64f 100644 --- a/raw/src/types/message.rs +++ b/raw/src/types/message.rs @@ -949,9 +949,9 @@ impl File { /// See [documentation](https://core.telegram.org/bots/api#formatting-options) for details. #[derive(Debug, Clone, Copy, PartialEq, PartialOrd, Serialize)] pub enum ParseMode { - /// Use markdown formatting. + /// Use legacy markdown formatting. Markdown, - /// Use markdownV2 formatting. + /// Use MarkdownV2 formatting. MarkdownV2, /// Use HTML formatting. #[serde(rename = "HTML")]