MadelineProto/docs/TD_docs/constructors/textParseModeMarkdown.md
2017-07-23 16:33:46 +02:00

44 lines
680 B
Markdown

---
title: textParseModeMarkdown
description: Text should be parsed in markdown-style way
---
## Constructor: textParseModeMarkdown
[Back to constructors index](index.md)
Text should be parsed in markdown-style way
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [TextParseMode](../types/TextParseMode.md)
### Example:
```
$textParseModeMarkdown = ['_' => 'textParseModeMarkdown'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "textParseModeMarkdown"}
```
Or, if you're into Lua:
```
textParseModeMarkdown={_='textParseModeMarkdown'}
```