Presence

@Serializable
data class Presence(val events: List<ClientEvent.EphemeralEvent<PresenceEventContent>>? = null)

Constructors

Link copied to clipboard
constructor(events: List<ClientEvent.EphemeralEvent<PresenceEventContent>>? = null)

Properties

Link copied to clipboard
val events: List<ClientEvent.EphemeralEvent<PresenceEventContent>>? = null