get_markdown_text

Function get_markdown_text 

Source
pub async fn get_markdown_text(
    text: FormattedText,
    client_id: i32,
) -> Result<FormattedText, Error>
Expand description

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

§Arguments

  • text - The text
  • client_id - The client id to send the request to