Ephemeral

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

Constructors

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

Properties

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