ultra-telegram-framework
    Preparing search index...

    Interface StoryAreaTypeLink

    Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.

    interface StoryAreaTypeLink {
        type: string;
        url: string;
    }
    Index

    Properties

    Properties

    type: string

    Type of the area, always "link"

    url: string

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