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>.

NameTypeDescription
textformattedTextThe text.

More details on telegram's documentation.