Skip to content

getWebPageInstantView

Function · TDLib 1.8.67 · d1085f9c

Returns an instant view version of a web page if available. This is an offline method if only_local is true. Returns a 404 error if the web page has no instant view page

getWebPageInstantView(
  url: string,
  only_local: Bool
) → WebPageInstantView

url

string

The web page URL

only_local

Bool

Pass true to get only locally available information without sending network requests