Class TdApi.TextEntityTypeTextUrl

Enclosing class:
TdApi

public static class TdApi.TextEntityTypeTextUrl
extends TdApi.TextEntityType
A text description shown instead of a raw URL.
  • Field Details

    • url

      public String url
      HTTP or tg:// URL to be opened when the link is clicked.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • TextEntityTypeTextUrl

      public TextEntityTypeTextUrl()
      A text description shown instead of a raw URL.
    • TextEntityTypeTextUrl

      public TextEntityTypeTextUrl​(String url)
      A text description shown instead of a raw URL.
      Parameters:
      url - String HTTP or tg:// URL to be opened when the link is clicked.
    • TextEntityTypeTextUrl

      public TextEntityTypeTextUrl​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details