an Array of simplified StoriesMetadata

interface ItemStories {
    caption: string;
    expiring_at: number;
    has_audio: boolean;
    id: number;
    mimetpye: MimeType;
    original_height: number;
    original_width: number;
    taken_at: number;
    type: string;
    url: string;
    video_duration: number;
}

Properties

caption: string

stories caption

expiring_at: number

a timestamp of expire stories

has_audio: boolean

has audio

id: number

stories media id

mimetpye: MimeType
original_height: number

media pixels height

original_width: number

media pixels weight

taken_at: number

a timestamp of posted media

type: string
url: string

Downloadable media url

video_duration: number

video duration