Class TdApi.RichTextUrl

  • Enclosing class:
    TdApi

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

      • isCached

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

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

      • 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 - Text.
        url - URL.
        isCached - True, if the URL has cached instant view server-side.