Typeseedcordv0.12.0
ConfirmableQuestionInput
Supported signature for the question argument passed to ConfirmableConfirmable.
Can either be a static string or a factory that resolves the question dynamically, with the handler instance bound to thisthis.
type ConfirmableQuestionInput =
| string
| ((
this: RepliableInteractionHandler
) => Promisable<string>);type ConfirmableQuestionInput =
| string
| ((
this: RepliableInteractionHandler
) => Promisable<string>);