Package org.drinkless.tdlib
Class TdApi.RichTextUrl
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.RichText
-
- org.drinkless.tdlib.TdApi.RichTextUrl
-
- Enclosing class:
- TdApi
public static class TdApi.RichTextUrl extends TdApi.RichText
A rich text URL link.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisCachedTrue, if the URL has cached instant view server-side.TdApi.RichTexttextText.StringurlURL.
-
Constructor Summary
Constructors Constructor Description RichTextUrl()A rich text URL link.RichTextUrl(TdApi.RichText text, String url, boolean isCached)A rich text URL link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
text
public TdApi.RichText text
Text.
-
url
public String url
URL.
-
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-