AddTorrentBody

constructor(urls: MutableList<String> = mutableListOf(), torrents: MutableList<String> = mutableListOf(), rawTorrents: MutableMap<String, ByteArray> = mutableMapOf(), savepath: String? = null, cookie: String? = null, category: String? = null, tags: MutableList<String> = mutableListOf(), skipChecking: Boolean? = null, paused: Boolean? = null, rootFolder: Boolean? = null, rename: String? = null, upLimit: Long? = null, dlLimit: Long? = null, ratioLimit: Float? = null, seedingTimeLimit: Duration? = null, autoTMM: Boolean? = null, sequentialDownload: Boolean? = null, firstLastPiecePriority: Boolean? = null)