Interface GetMarkdownText

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. Request type for Tdjson#getMarkdownText.

interface GetMarkdownText {
    @type: "getMarkdownText";
    text: FormattedText;
}

Properties

Properties

@type: "getMarkdownText"

The text.