InteractionCallbackResponse

export class InteractionCallbackResponse<InGuild extends boolean = boolean>
export class InteractionCallbackResponse<InGuild extends boolean = boolean>
Represents an interaction's response
NameConstraintsOptionalDefaultDescription
InGuildbooleanYesbooleanNone
Readonly
client:Client<true>
The client that instantiated this
The interaction object associated with the interaction callback response
resource:InteractionCallbackResource<InGuild> | null
The resource that was created by the interaction response