Ffi Message
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)