FfiDecodedMessageMetadata
public struct FfiDecodedMessageMetadata
extension FfiDecodedMessageMetadata: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var id: Data -
Undocumented
Declaration
Swift
public var sentAtNs: Int64 -
Undocumented
Declaration
Swift
public var kind: FfiGroupMessageKind -
Undocumented
Declaration
Swift
public var senderInstallationId: Data -
Undocumented
Declaration
Swift
public var senderInboxId: String -
Undocumented
Declaration
Swift
public var contentType: FfiContentTypeId -
Undocumented
Declaration
Swift
public var conversationId: Data -
Undocumented
Declaration
Swift
public init(id: Data, sentAtNs: Int64, kind: FfiGroupMessageKind, senderInstallationId: Data, senderInboxId: String, contentType: FfiContentTypeId, conversationId: Data) -
Declaration
Swift
public static func == (lhs: FfiDecodedMessageMetadata, rhs: FfiDecodedMessageMetadata) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
FfiDecodedMessageMetadata Structure Reference