Module tdlight.api

Class TdApi.ParseMarkdown

Enclosing class:
TdApi

public static final class TdApi.ParseMarkdown extends TdApi.Function<TdApi.FormattedText>
Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously. Returns FormattedText
  • Field Details

    • text

      public TdApi.FormattedText text
      The text to parse. For example, "__italic__ ~~strikethrough~~ ||spoiler|| **bold** `code` ```pre``` __[italic__ textUrl](telegram.org) _Italic**bold italic_Bold**".
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ParseMarkdown

      public ParseMarkdown()
      Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously. Returns FormattedText
    • ParseMarkdown

      public ParseMarkdown(TdApi.FormattedText text)
      Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously. Returns FormattedText
      Parameters:
      text - FormattedText The text to parse. For example, "__italic__ ~~strikethrough~~ ||spoiler|| **bold** `code` ```pre``` __[italic__ textUrl](telegram.org) _Italic**bold italic_Bold**".
    • ParseMarkdown

      public ParseMarkdown(DataInput input) throws IOException
      Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously. Returns FormattedText
      Throws:
      IOException
  • Method Details