StateDelta

@Serializable
@SerialName(value = "STATE_DELTA")
data class StateDelta(val delta: JsonArray, val timestamp: Long? = null) : AguiEvent

Constructors

Link copied to clipboard
constructor(delta: JsonArray, timestamp: Long? = null)

Properties

Link copied to clipboard
val delta: JsonArray

RFC 6902 JSON Patch operations.

Link copied to clipboard
open override val timestamp: Long?