Reply
public struct Reply
Undocumented
-
Undocumented
Declaration
Swift
public var reference: String -
Undocumented
Declaration
Swift
public var content: Any -
Undocumented
Declaration
Swift
public var contentType: ContentTypeID -
Undocumented
Declaration
Swift
public var inReplyTo: DecodedMessageV2? -
Undocumented
Declaration
Swift
public init(reference: String, content: Any, contentType: ContentTypeID) -
Undocumented
Declaration
Swift
public init(reference: String, content: Any, contentType: ContentTypeID, inReplyTo: DecodedMessageV2?)
Reply Structure Reference