Skip to main content
Version: Next

InteractionCommandMiddlewareContext

InteractionCommandMiddlewareContext

Middleware context for interaction-based commands.

Signature
type InteractionCommandMiddlewareContext = MiddlewareContext<
'autocomplete' | 'chatInput' | 'messageContextMenu' | 'userContextMenu'
>