Skip to main content

Interface: ChatInputCommandContext

Defined in: projects/framework/src/lib/types/CommandTypes.ts:216

Extends

  • Record<PropertyKey, unknown>

Indexable

[key: string]: unknown

[key: number]: unknown

[key: symbol]: unknown

Properties

commandId

commandId: string

Defined in: projects/framework/src/lib/types/CommandTypes.ts:224

The id of the command.


commandName

commandName: string

Defined in: projects/framework/src/lib/types/CommandTypes.ts:220

The name of the command.