Interface: ChatInputCommandSuccessPayload
Hierarchy
↳
ChatInputCommandSuccessPayload
Properties
command
• command: ChatInputCommand
Inherited from
ChatInputCommandRunPayload.command
Defined in
projects/framework/src/lib/types/Events.ts:442
context
• context: ChatInputCommandContext
Inherited from
ChatInputCommandRunPayload.context
Defined in
projects/framework/src/lib/types/Events.ts:446
duration
• duration: number
Defined in
projects/framework/src/lib/types/Events.ts:463
interaction
• interaction: CommandInteraction
<CacheType
>
Inherited from
ChatInputCommandRunPayload.interaction
Defined in
projects/framework/src/lib/types/Events.ts:441
result
• result: unknown