Class TdApi.ParseMarkdown

Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ParseMarkdown

      public ParseMarkdown()
      Default constructor for a function, which parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously.

      Returns FormattedText

    • ParseMarkdown

      public ParseMarkdown(TdApi.FormattedText text)
      Creates a function, which parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously.

      Returns FormattedText

      Parameters:
      text - The text to parse. For example, "__italic__ ~~strikethrough~~ ||spoiler|| **bold** `code` ```pre``` __[italic__ textUrl](telegram.org) _Italic**bold italic_Bold**".
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR