StateSnapshot

@Serializable
@SerialName(value = "STATE_SNAPSHOT")
data class StateSnapshot(val snapshot: JsonElement, val timestamp: Long? = null) : AguiEvent

Constructors

Link copied to clipboard
constructor(snapshot: JsonElement, timestamp: Long? = null)

Properties

Link copied to clipboard
val snapshot: JsonElement
Link copied to clipboard
open override val timestamp: Long?