Interface GetWebPageInstantView

Returns an instant view version of a web page if available. Returns a 404 error if the web page has no instant view page. Request type for Tdjson#getWebPageInstantView.

interface GetWebPageInstantView {
    @type: "getWebPageInstantView";
    force_full?: boolean;
    url: string;
}

Properties

Properties

@type: "getWebPageInstantView"
force_full?: boolean

Pass true to get full instant view for the web page.

url: string

The web page URL.