IGPAPI
    Preparing search index...

    Interface TagMediaFeedResponseStory

    interface TagMediaFeedResponseStory {
        can_reply: boolean;
        can_reshare: boolean;
        expiring_at: number;
        id: string;
        items: TagMediaFeedResponseItemsItem[];
        latest_reel_media: number;
        muted: boolean;
        owner: TagMediaFeedResponseOwner;
        prefetch_count: number;
        reel_type: string;
        seen: number;
        unique_integer_reel_id: string;
    }
    Index

    Properties

    can_reply: boolean
    can_reshare: boolean
    expiring_at: number
    id: string
    latest_reel_media: number
    muted: boolean
    prefetch_count: number
    reel_type: string
    seen: number
    unique_integer_reel_id: string