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