Interface GetInternalLinkType

Returns information about the type of internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Request type for Tdjson#getInternalLinkType.

interface GetInternalLinkType {
    @type: "getInternalLinkType";
    link: string;
}

Properties

Properties

@type: "getInternalLinkType"
link: string

The link.