Interface StoryContentPhoto

Contains the content of a story. Subtype of StoryContent.

interface StoryContentPhoto {
    @type: "storyContentPhoto";
    photo: Photo;
}

Properties

Properties

@type: "storyContentPhoto"
photo: Photo

The photo.