public static class TdApi.StoryAreaTypeLink extends TdApi.StoryAreaType
| 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 area is clicked.
|
| Constructor and Description |
|---|
StoryAreaTypeLink()
An area pointing to a HTTP or tg:// link.
|
StoryAreaTypeLink(java.lang.String url)
An area pointing to a HTTP or tg:// link.
|
| 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 StoryAreaTypeLink()
public StoryAreaTypeLink(java.lang.String url)
url - HTTP or tg:// URL to be opened when the area is clicked.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object