View Source ExTDLib.Method.GetMarkdownText (ExTDLib v0.0.4)
Replaces text entities with Markdown formatting in a human-friendly format. Entities that can't be represented in Markdown unambiguously are kept as is. Can be called synchronously. Returns object_ptr<FormattedText>.
| Name | Type | Description |
|---|---|---|
| text | formattedText | The text. |
More details on telegram's documentation.