IGPAPI
    Preparing search index...

    Interface StoriesSeenOptions

    interface StoriesSeenOptions {
        items: StoriesSeenInput;
        module?: MobileNavModule;
        sourceId?: string | null;
    }
    Index

    Properties

    module?: MobileNavModule
    sourceId?: string | null

    Where the item was seen from, such as a UserID or a Location-StoryTray ID. When null, the item's own user pk is used.