Interface TextParseModeHtml

The text uses HTML-style formatting. The same as Telegram Bot API "HTML" parse mode. Subtype of TextParseMode.

interface TextParseModeHtml {
    @type: "textParseModeHTML";
}

Properties

Properties

@type: "textParseModeHTML"