Module tdlight.api

Class TdApi.RichTextUrl

Enclosing class:
TdApi

public static final class TdApi.RichTextUrl extends TdApi.RichText
A rich text URL link.
  • Field Details

    • text

      public TdApi.RichText text
      Text.
    • url

      public String url
      URL.
    • isCached

      public boolean isCached
      True, if the URL has cached instant view server-side.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RichTextUrl

      public RichTextUrl()
      A rich text URL link.
    • RichTextUrl

      public RichTextUrl(TdApi.RichText text, String url, boolean isCached)
      A rich text URL link.
      Parameters:
      text - RichText Text.
      url - String URL.
      isCached - boolean True, if the URL has cached instant view server-side.
    • RichTextUrl

      public RichTextUrl(DataInput input) throws IOException
      A rich text URL link.
      Throws:
      IOException
  • Method Details