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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    The text to parse.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which parses Markdown entities in a human-friendly format, ignoring markup errors.
    Creates a function, which parses Markdown entities in a human-friendly format, ignoring markup errors.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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