Interface InputStoryAreaTypeLink

An area pointing to a HTTP or tg:// link. Subtype of InputStoryAreaType.

interface InputStoryAreaTypeLink {
    @type: "inputStoryAreaTypeLink";
    url: string;
}

Properties

Properties

@type: "inputStoryAreaTypeLink"
url: string

HTTP or tg:// URL to be opened when the area is clicked.