Presence

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

Constructors

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

Properties

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