Typeseedcordv0.10.6
ConfirmableQuestionInput
Supported signature for the question argument passed to ConfirmableConfirmable.
Can either be a static string or a factory that resolves the question dynamically (the handler context is bound to thisthis and passed as the first argument).
type ConfirmableQuestionInput =
| string
| ((
this: RepliableInteractionHandler
) => Promisable<string>);type ConfirmableQuestionInput =
| string
| ((
this: RepliableInteractionHandler
) => Promisable<string>);