Interfaceseedcordv0.10.6
interface ConfirmableResolution<
TComponentType extends MessageComponentType = ComponentType.Button
> extends ConfirmableContextinterface ConfirmableResolution<
TComponentType extends MessageComponentType = ComponentType.Button
> extends ConfirmableContextTComponentType
TComponentType extends MessageComponentType = ComponentType.ButtonTComponentType extends MessageComponentType = ComponentType.Buttonbutton: ComponentInteractionFor<TComponentType>;button: ComponentInteractionFor<TComponentType>;handler
Handler instance that owns the decorated method.
handler: RepliableInteractionHandler;handler: RepliableInteractionHandler;Inherited from:ConfirmableContext
interaction
Interaction that triggered the decorated handler.
interaction: Repliables;interaction: Repliables;Inherited from:ConfirmableContext
question
Resolved confirmation question shown to the user.
Inherited from:ConfirmableContext