StateChangeDetails

Represents state change information.

Constructors

Link copied to clipboard
constructor(data: ByteArray?)

Properties

Link copied to clipboard

Gets the SteamID of the chatter that acted on StateChangeDetails.chatterActedOn.

Link copied to clipboard

Gets the SteamID of the chatter that was acted on.

Link copied to clipboard

This field is only populated when StateChangeDetails.stateChange is EChatMemberStateChange.Entered. Gets the member information for a user that has joined the chat room.

Link copied to clipboard
var stateChange: EnumSet<EChatMemberStateChange>?

Gets the state change for the acted on SteamID.