Interface LocationRepositoryStoryResponseStory

interface LocationRepositoryStoryResponseStory {
    can_reply: boolean;
    can_reshare: boolean;
    expiring_at: number;
    has_pride_media: boolean;
    id: string;
    items: LocationRepositoryStoryResponseItemsItem[];
    latest_reel_media: number;
    location: LocationRepositoryStoryResponseLocation;
    owner: LocationRepositoryStoryResponseOwner;
    prefetch_count: number;
    reel_type: string;
    seen: number;
    unique_integer_reel_id: string;
}

Properties

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