Interface: ChatInputCommandSuccessPayload
Hierarchy
↳
ChatInputCommandSuccessPayload
Properties
command
• command: ChatInputCommand
Inherited from
ChatInputCommandRunPayload.command
Defined in
projects/framework/src/lib/types/Events.ts:478
context
• context: ChatInputCommandContext
Inherited from
ChatInputCommandRunPayload.context
Defined in
projects/framework/src/lib/types/Events.ts:482
duration
• duration: number
Defined in
projects/framework/src/lib/types/Events.ts:500
interaction
• interaction: ChatInputCommandInteraction
<CacheType
>
Inherited from
ChatInputCommandRunPayload.interaction
Defined in
projects/framework/src/lib/types/Events.ts:477
result
• result: unknown