set Lobby Member Data
fun setLobbyMemberData(appId: Int, lobbySteamId: SteamID, metadata: Map<String, String>): AsyncJobSingle<SetLobbyDataCallback>?
Sends a request to update the current user's lobby metadata.
Return
Parameters
app Id
ID of app the lobby belongs to.
lobby Steam Id
The SteamID of the lobby that should be updated.
metadata
The metadata for the lobby.