FfiMessage

data class FfiMessage(var id: ByteArray, var sentAtNs: Long, var convoId: ByteArray, var senderInboxId: String, var content: ByteArray, var kind: FfiConversationMessageKind, var deliveryStatus: FfiDeliveryStatus)

Constructors

Link copied to clipboard
constructor(id: ByteArray, sentAtNs: Long, convoId: ByteArray, senderInboxId: String, content: ByteArray, kind: FfiConversationMessageKind, deliveryStatus: FfiDeliveryStatus)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard