public static class TdApi.GetWebPageInstantView extends TdApi.Function<TdApi.WebPageInstantView>
Returns WebPageInstantView
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forceFull
Pass true to get full instant view for the web page.
|
java.lang.String |
url
The web page URL.
|
| Constructor and Description |
|---|
GetWebPageInstantView()
Default constructor for a function, which returns an instant view version of a web page if available.
|
GetWebPageInstantView(java.lang.String url,
boolean forceFull)
Creates a function, which returns an instant view version of a web page if available.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public boolean forceFull
public static final int CONSTRUCTOR
public GetWebPageInstantView()
Returns WebPageInstantView
public GetWebPageInstantView(java.lang.String url,
boolean forceFull)
Returns WebPageInstantView
url - The web page URL.forceFull - Pass true to get full instant view for the web page.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object