44 lines
680 B
Markdown
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'}
|
|
|
|
```
|
|
|
|
|