mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
557 B
557 B
title | description |
---|---|
textParseModeHTML | Text should be parsed in the HTML-style way |
Constructor: textParseModeHTML
Text should be parsed in the HTML-style way
Attributes:
Name | Type | Required | Description |
---|
Type: TextParseMode
Example:
$textParseModeHTML = ['_' => 'textParseModeHTML', ];
Or, if you're into Lua:
textParseModeHTML={_='textParseModeHTML', }