User Left Lobby Callback
class UserLeftLobbyCallback(val appID: Int, val lobbySteamID: SteamID, val user: Member) : CallbackMsg
This callback is fired whenever Steam informs us a user has left a lobby.
Author
Lossy
Since
2025-05-21
Parameters
app ID
ID of the app the lobby belongs to.
lobby Steam ID
The SteamID of the lobby that a member left.
user
The lobby member that left.
Properties
Link copied to clipboard
Gets or sets the job ID this callback refers to. If it is not a job callback, it will be JobID.INVALID.
Link copied to clipboard