public static class TdApi.TextEntityTypeTextUrl extends TdApi.TextEntityType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
url
HTTP or tg:// URL to be opened when the link is clicked.
|
| Constructor and Description |
|---|
TextEntityTypeTextUrl()
A text description shown instead of a raw URL.
|
TextEntityTypeTextUrl(java.lang.String url)
A text description shown instead of a raw URL.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public static final int CONSTRUCTOR
public TextEntityTypeTextUrl()
public TextEntityTypeTextUrl(java.lang.String url)
url - HTTP or tg:// URL to be opened when the link is clicked.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object