decryptMessage

abstract suspend fun decryptMessage(conversationId: ConversationId, payload: ByteArray): DecryptedMessage(source)

Decrypts an MLS message received in the given conversation.