start
abstract suspend fun start(filter: String? = null, setPresence: Presence? = null, getBatchToken: suspend () -> String?, setBatchToken: suspend (String) -> Unit, timeout: Long = 30000, withTransaction: suspend (block: suspend () -> Unit) -> Unit, asUserId: UserId? = null, wait: Boolean = false, scope: CoroutineScope)