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