Class TdApi.TextEntityTypeTextUrl

  • Enclosing class:
    TdApi

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

      • url

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - HTTP or tg:// URL to be opened when the link is clicked.