Interface: AskOptions
Defined in: structures/Conversation.ts:22
Options for Conversation.ask.
Extended by
Properties
signal?
optionalsignal?:AbortSignal
Defined in: structures/Conversation.ts:26
Abort the wait.
timeoutMs?
optionaltimeoutMs?:number
Defined in: structures/Conversation.ts:24
Reject if no reply arrives within this many milliseconds.