1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:36:55 +01:00
MadelineProto/docs/TD_docs/constructors/textParseModeHTML.md
2017-07-23 16:11:02 +02:00

655 B

title description
textParseModeHTML Text should be parsed in the HTML-style way

Constructor: textParseModeHTML

Back to constructors index

Text should be parsed in the HTML-style way

Attributes:

Name Type Required Description

Type: TextParseMode

Example:

$textParseModeHTML = ['_' => 'textParseModeHTML', ];

PWRTelegram json-encoded version:

{"_":"textParseModeHTML"}

Or, if you're into Lua:

textParseModeHTML={_='textParseModeHTML', }