public static class TdApi.TextEntityTypeTextUrl extends TdApi.TextEntityType
TdApi.TextEntityType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.TextEntityType