Package org.drinkless.tdlib
Class TdApi.GetWebPageInstantView
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.WebPageInstantView>
org.drinkless.tdlib.TdApi.GetWebPageInstantView
- Enclosing class:
- TdApi
Returns an instant view version of a web page if available. This is an offline method if onlyLocal is true. Returns a 404 error if the web page has no instant view page.
Returns WebPageInstantView
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
Pass true to get only locally available information without sending network requests.The web page URL. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns an instant view version of a web page if available.GetWebPageInstantView
(String url, boolean onlyLocal) Creates a function, which returns an instant view version of a web page if available. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
url
The web page URL. -
onlyLocal
public boolean onlyLocalPass true to get only locally available information without sending network requests. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetWebPageInstantView
public GetWebPageInstantView()Default constructor for a function, which returns an instant view version of a web page if available. This is an offline method if onlyLocal is true. Returns a 404 error if the web page has no instant view page.Returns
WebPageInstantView
-
GetWebPageInstantView
Creates a function, which returns an instant view version of a web page if available. This is an offline method if onlyLocal is true. Returns a 404 error if the web page has no instant view page.Returns
WebPageInstantView
- Parameters:
url
- The web page URL.onlyLocal
- Pass true to get only locally available information without sending network requests.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-