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
@SerialName(value = "events")
val events: List<ClientEvent.EphemeralEvent<PresenceEventContent>>? = null