interface StoriesGraphQL {
    ad_expiry_timestamp_in_millis: null;
    can_gif_quick_reply: boolean;
    can_reply: boolean;
    can_reshare: boolean;
    expiring_at: number;
    has_besties_media: boolean;
    has_fan_club_media: boolean;
    id: number;
    is_cta_sticker_available: null;
    items: Item[];
    latest_reel_media: number;
    media_count: number;
    media_ids: number[];
    prefetch_count: number;
    reel_type: string;
    seen: number;
    status: string;
    user: User;
}

Properties

ad_expiry_timestamp_in_millis: null
can_gif_quick_reply: boolean
can_reply: boolean
can_reshare: boolean
expiring_at: number
has_besties_media: boolean
has_fan_club_media: boolean
id: number
is_cta_sticker_available: null
items: Item[]
latest_reel_media: number
media_count: number
media_ids: number[]
prefetch_count: number
reel_type: string
seen: number
status: string
user: User