public static class TdApi.RichTextUrl extends TdApi.RichText
TdApi.RichText.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isCached
True, if the URL has cached instant view server-side.
|
TdApi.RichText |
text
Text.
|
java.lang.String |
url
URL.
|
Constructor and Description |
---|
RichTextUrl()
A rich text URL link.
|
RichTextUrl(TdApi.RichText text,
java.lang.String url,
boolean isCached)
A rich text URL link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public java.lang.String url
public boolean isCached
public static final int CONSTRUCTOR
public RichTextUrl()
public RichTextUrl(TdApi.RichText text, java.lang.String url, boolean isCached)
text
- Text.url
- URL.isCached
- True, if the URL has cached instant view server-side.public int getConstructor()
getConstructor
in class TdApi.RichText