Skip to main content

Module state

Module state 

Source
Expand description

Shared state and message-history snapshots: STATE_SNAPSHOT, STATE_DELTA, MESSAGES_SNAPSHOT.

Structsยง

MessagesSnapshotEvent
Replaces the message history wholesale.
StateDeltaEvent
Mutates the shared state with a JSON Patch document.
StateSnapshotEvent
Replaces the shared state wholesale.