680 B
680 B
title | description |
---|---|
textParseModeMarkdown | Text should be parsed in markdown-style way |
Constructor: textParseModeMarkdown
Text should be parsed in markdown-style way
Attributes:
Name | Type | Required | Description |
---|
Type: TextParseMode
Example:
$textParseModeMarkdown = ['_' => 'textParseModeMarkdown'];
PWRTelegram json-encoded version:
{"_": "textParseModeMarkdown"}
Or, if you're into Lua:
textParseModeMarkdown={_='textParseModeMarkdown'}