Ffi Decoded Message Metadata
data class FfiDecodedMessageMetadata(var id: ByteArray, var sentAtNs: Long, var kind: FfiGroupMessageKind, var senderInstallationId: ByteArray, var senderInboxId: String, var contentType: FfiContentTypeId, var conversationId: ByteArray)
Constructors
Link copied to clipboard
constructor(id: ByteArray, sentAtNs: Long, kind: FfiGroupMessageKind, senderInstallationId: ByteArray, senderInboxId: String, contentType: FfiContentTypeId, conversationId: ByteArray)