ActivityAttachment
public final class ActivityAttachment : Codable
An activity attachment with several values: images URl’s, Open Graph data abd files. See ActivityAttachmentFile
.
-
Create an instance of an activity attachment.
Declaration
Swift
public static func make() -> ActivityAttachment
-
A list of image URL’s.
Declaration
Swift
public var imageURLs: [URL]?
-
An Open Graph data. See
OGResponse
.Declaration
Swift
public var openGraphData: OGResponse?
-
A list of files. See
ActivityAttachmentFile
.Declaration
Swift
public var files: [ActivityAttachmentFile]?