Interface InternalLinkTypeUnknownDeepLink

The link is an unknown tg: link. Call getDeepLinkInfo to process the link. Subtype of InternalLinkType.

interface InternalLinkTypeUnknownDeepLink {
    @type: "internalLinkTypeUnknownDeepLink";
    link: string;
}

Properties

Properties

@type: "internalLinkTypeUnknownDeepLink"
link: string

Link to be passed to getDeepLinkInfo.