ultra-telegram-framework
    Preparing search index...

    Interface StoryAreaTypeUniqueGift

    Describes a story area pointing to a unique gift. Currently, a story can have at most 1 unique gift area.

    interface StoryAreaTypeUniqueGift {
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    name: string

    Unique name of the gift

    type: string

    Type of the area, always "unique_gift"