MadelineProto/docs/TD_docs/constructors/textParseModeMarkdown.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00: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'}
```