encrypt Message
abstract suspend fun encryptMessage(conversationId: ConversationId, message: ByteArray): ByteArray(source)
Encrypts a plaintext message for all members of the given conversation.
Encrypts a plaintext message for all members of the given conversation.