InteractionCallbackResource

export class InteractionCallbackResource<InGuild extends boolean = boolean>
export class InteractionCallbackResource<InGuild extends boolean = boolean>
Represents the resource that was created by the interaction response.
NameConstraintsOptionalDefaultDescription
InGuildbooleanYesbooleanNone
Represents the Activity launched by this interaction
Readonly
client:Client
The client that instantiated this
message:Message<InGuild> | null
The message created by the interaction
The interaction callback type