PresenceMember

interface PresenceMember

Type for PresenceMember

Properties

Link copied to clipboard
abstract val action: PresenceMessage.Action

The current state of the presence member.

Link copied to clipboard
abstract val clientId: String

The clientId of the presence member.

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.