class InteractionCallbackResponse

export class InteractionCallbackResponse<InGuild extends boolean = boolean>

Represents an interaction's response

Type Parameters

optional
InGuild? extends boolean = boolean

readonly
client : Client<true>

The client that instantiated this

interaction : InteractionCallback

The interaction object associated with the interaction callback response

The resource that was created by the interaction response