Interface StoryPostPhotoResponse

interface StoryPostPhotoResponse {
    media: StoryPostPhotoResponseMedia;
    status: string;
    upload_id: string;
}

Properties

status: string
upload_id: string