FfiReactionPayload
public struct FfiReactionPayload
extension FfiReactionPayload: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var reference: String
-
Undocumented
Declaration
Swift
public var referenceInboxId: String
-
Undocumented
Declaration
Swift
public var action: FfiReactionAction
-
Undocumented
Declaration
Swift
public var content: String
-
Undocumented
Declaration
Swift
public var schema: FfiReactionSchema
-
Undocumented
Declaration
Swift
public init(reference: String, referenceInboxId: String, action: FfiReactionAction, content: String, schema: FfiReactionSchema)
-
Declaration
Swift
public static func == (lhs: FfiReactionPayload, rhs: FfiReactionPayload) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)