Interface TextParseModeMarkdown

Describes the way the text needs to be parsed for text entities. Subtype of TextParseMode.

interface TextParseModeMarkdown {
    @type: "textParseModeMarkdown";
    version: number;
}

Properties

Properties

@type: "textParseModeMarkdown"
version: number

Version of the parser: 0 or 1 - Telegram Bot API "Markdown" parse mode, 2 - Telegram Bot API "MarkdownV2" parse mode.