Skip to main content
Version: Next

InteractionCommandContext

InteractionCommandContext

Context for interaction-based commands.

Signature
type InteractionCommandContext = Context<
'autocomplete' | 'chatInput' | 'messageContextMenu' | 'userContextMenu'
>