1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 15:26:54 +01:00
MadelineProto/docs/TD_docs/constructors/textParseModeHTML.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

44 lines
652 B
Markdown

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