CarouselMedia
public struct CarouselMedia : Decodable
The struct containing the images or videos of the carousel.
-
The images inside the carousel.
Declaration
Swift
public let images: Images? -
The videos inside the carousel.
Declaration
Swift
public let videos: Videos? -
A list of users and their position on the image.
Declaration
Swift
public let usersInPhoto: [UserInPhoto] -
The type of media. It can be
image
orvideo
.Declaration
Swift
public let type: String
View on GitHub
CarouselMedia Structure Reference