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
      Identifier uniquely determining type of the object.
      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 - The text to parse. For example, "__italic__ ~~strikethrough~~ ||spoiler|| **bold** `code` ```pre``` __[italic__ textUrl](telegram.org) _Italic**bold italic_Bold**".

      Returns FormattedText

    • ParseMarkdown

      public ParseMarkdown(DataInput input) throws IOException
      Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously.

      Returns FormattedText

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object