EnterSkipped
ref / conversations / EnterSkipped
An enter result indicating that the conversation has decided to skip handling this update. This happens when the conversation builder function cancels the execution using skip
immediately after being entered. The conversation will remain active and can handle the next update.
Extends
Properties
args
ts
args?: string;
A JSON string containing the arguments of the enter call. May be absent if no arguments were provided.
replay
ts
replay: ReplayState;
The created replay state after handling the update
interrupts
ts
interrupts: number[];
A list of pending interrupts to resume the conversation