public static class TdApi.RichTextUrl extends TdApi.RichText
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object