Structure
Media
public struct Media: Wrapped
A struct representing a Media.
Relationships
Nested Types
Media.VersionA
structrepresenting some contentVersion.Media.PictureA
structrepresenting aPicture.Media.VideoA
structrepresenting aVideo.Media.ContentAn
enumholding reference to the actualMediacontent.Media.UnitA
structrepresenting aMediasingle response.Media.CollectionA
structrepresenting aMediacollection.Media.LinkA
structdefining a media permalink.
Conforms To
Wrapped
Initializers
init(wrapper:)
public init(wrapper: @escaping () -> Wrapper)
Init.
Parameters
| Name | Type | Description |
|---|---|---|
| wrapper | @escaping () -> Wrapper |
A valid |
Properties
wasLikedByYou
public var wasLikedByYou: Bool?
Whether the current user has liked the media or not.