Presence

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

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "events")
val events: List<ClientEvent.EphemeralEvent<PresenceEventContent>>?