client File Download
fun clientFileDownload(appId: Int, fileName: String, realm: ESteamRealm = ESteamRealm.SteamGlobal, forceProxy: Boolean = false, parentScope: CoroutineScope = CoroutineScope(Dispatchers.IO)): CompletableFuture<FileDownloadInfo>
Request to download a user cloud file of an app
Return
A FileDownloadInfo containing information about how to download the user file
Parameters
app Id
The ID of the app the user file belongs to
file Name
The path to the user file including the prefix
realm
The ESteamRealm value
force Proxy
Whether to force proxy