PresenceMember

interface PresenceMember

Type for PresenceMember

Properties

Link copied to clipboard
abstract val clientId: String

The clientId of the presence member.

Link copied to clipboard
abstract val connectionId: String

The ID of the connection associated with the client that published the PresenceMessage.

Link copied to clipboard
abstract val data: PresenceData?

The data associated with the presence member.

Link copied to clipboard
abstract val extras: JsonObject

The extras associated with the presence member.

Link copied to clipboard
abstract val updatedAt: Long

The timestamp of when the last change in state occurred for this presence member.