haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.TextParseMode

Synopsis

Documentation

data TextParseMode Source #

Describes the way the text needs to be parsed for text entities

Constructors

TextParseModeMarkdown

The text uses Markdown-style formatting

Fields

TextParseModeHTML

The text uses HTML-style formatting. The same as Telegram Bot API HTML parse mode