public static class TdApi.GetWebPageInstantView extends TdApi.Function
Returns WebPageInstantView
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
forceFull
If true, the full instant view for the web page will be returned.
|
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() |
toString
public 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
- If true, the full instant view for the web page will be returned.public int getConstructor()
getConstructor
in class TdApi.Function