Member
data class Member(val steamID: SteamID, val personaName: String, val metadata: Map<String, String> = emptyMap())
Represents a Steam user within a lobby.
Author
Lossy
Since
2025-05-21
Parameters
steam ID
SteamID of the lobby member.
persona Name
Steam persona of the lobby member.
metadata
Metadata attached to the lobby member.