public static class TdApi.InternalLinkTypeInstantView extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
fallbackUrl
An URL to open if getWebPageInstantView fails.
|
java.lang.String |
url
URL to be passed to getWebPageInstantView.
|
| Constructor and Description |
|---|
InternalLinkTypeInstantView()
The link must be opened in an Instant View.
|
InternalLinkTypeInstantView(java.lang.String url,
java.lang.String fallbackUrl)
The link must be opened in an Instant View.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public java.lang.String fallbackUrl
public static final int CONSTRUCTOR
public InternalLinkTypeInstantView()
public InternalLinkTypeInstantView(java.lang.String url,
java.lang.String fallbackUrl)
url - URL to be passed to getWebPageInstantView.fallbackUrl - An URL to open if getWebPageInstantView fails.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object