set Lobby Owner
fun setLobbyOwner(appId: Int, lobbySteamId: SteamID, newOwner: SteamID): AsyncJobSingle<SetLobbyOwnerCallback>
Sends a request to update the owner of a lobby.
Return
Parameters
app Id
ID of app the lobby belongs to.
lobby Steam Id
The SteamID of the lobby that should have its owner updated.
new Owner
The SteamID of the owner.