Interface StoryPostVideoResponse

interface StoryPostVideoResponse {
    media: StoryPostVideoResponseMedia;
    status: string;
    upload_id: string;
}

Properties

status: string
upload_id: string