Skip to content

InternalLinkTypeInstantView

Type · TDLib 1.8.67 · d1085f9c

The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link. If Instant View is found, then show it, otherwise, open the fallback URL in an external browser

InternalLinkTypeInstantView(
  url: string,
  fallback_url: string
) → InternalLinkType

url

string

URL to be passed to getWebPageInstantView

fallback_url

string

An URL to open if getWebPageInstantView fails