FfiDecodedMessageProtocol
public protocol FfiDecodedMessageProtocol : AnyObject, Sendable
Undocumented
-
Undocumented
Declaration
Swift
func content() -> FfiDecodedMessageContent -
Undocumented
Declaration
Swift
func contentTypeId() -> FfiContentTypeId -
Undocumented
Declaration
Swift
func conversationId() -> Data -
Undocumented
Declaration
Swift
func deliveryStatus() -> FfiDeliveryStatus -
Undocumented
Declaration
Swift
func fallbackText() -> String? -
Undocumented
Declaration
Swift
func hasReactions() -> Bool -
Undocumented
Declaration
Swift
func id() -> Data -
Undocumented
Declaration
Swift
func kind() -> FfiGroupMessageKind -
Undocumented
Declaration
Swift
func numReplies() -> UInt64 -
Undocumented
Declaration
Swift
func reactionCount() -> UInt64 -
Undocumented
Declaration
Swift
func reactions() -> [FfiDecodedMessage] -
Undocumented
Declaration
Swift
func senderInboxId() -> String -
Undocumented
Declaration
Swift
func senderInstallationId() -> Data -
Undocumented
Declaration
Swift
func sentAtNs() -> Int64
FfiDecodedMessageProtocol Protocol Reference