encryptOlm

abstract suspend fun encryptOlm(content: EventContent, userId: UserId, deviceId: String, forceNewSession: Boolean = false): Result<EncryptedToDeviceEventContent.OlmEncryptedToDeviceEventContent>