Module tdlight.api

Class TdApi.TextEntityTypeTextUrl

Enclosing class:
TdApi

public static final 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:
  • 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
      A text description shown instead of a raw URL.
      Throws:
      IOException
  • Method Details