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

683 B

title description
textParseModeMarkdown Text should be parsed in markdown-style way

Constructor: textParseModeMarkdown

Back to constructors index

Text should be parsed in markdown-style way

Attributes:

Name Type Required Description

Type: TextParseMode

Example:

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

PWRTelegram json-encoded version:

{"_":"textParseModeMarkdown"}

Or, if you're into Lua:

textParseModeMarkdown={_='textParseModeMarkdown', }