inviteToLobby

fun inviteToLobby(appId: Int, lobbySteamId: SteamID, userSteamId: SteamID)

Sends a lobby invite request. NOTE: Steam provides no functionality to determine if the user was successfully invited.

Parameters

appId

The ID of app which owns the lobby we're inviting a user to.

lobbySteamId

The SteamID of the lobby we're inviting a user to.

userSteamId

The SteamID of the user we're inviting.