SkipOptions
ref / conversations / SkipOptions
Options for a call to conversation
.
Properties
next
ts
next?: boolean;
Determines whether the outside middleware system should resume after the update is skipped.
Pass { next:
to make sure that subsequent handlers will run. This effectively causes next
to be called by the plugin.
Defaults to false
unless the conversation is marked as parallel, in which case this option defaults to true
.