Class TdApi.TextEntityTypeTextUrl

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String url
      URL to be opened when the link is clicked.
    • Field Detail

      • url

        public java.lang.String url
        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()
        Default constructor.
      • TextEntityTypeTextUrl

        public TextEntityTypeTextUrl​(java.lang.String url)
        Constructor for initialization of all fields.
        Parameters:
        url - URL to be opened when the link is clicked.