Interface TagsStoryResponseStory

interface TagsStoryResponseStory {
    can_gif_quick_reply: boolean;
    can_reply: boolean;
    can_reshare: boolean;
    expiring_at: number;
    has_pride_media: boolean;
    id: string;
    is_sensitive_vertical_ad: boolean;
    items: TagsStoryResponseItemsItem[];
    latest_reel_media: number;
    owner: TagsStoryResponseOwner;
    prefetch_count: number;
    reel_type: string;
    seen: number;
    unique_integer_reel_id: string;
}

Properties

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