Interface GetDeepLinkInfo

Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:some_unsupported_feature" for testing. Returns a 404 error for unknown links. Can be called before authorization. Request type for Tdjson#getDeepLinkInfo.

interface GetDeepLinkInfo {
    @type: "getDeepLinkInfo";
    link: string;
}

Properties

Properties

@type: "getDeepLinkInfo"
link: string

The link.