class InteractionCallbackResource

export class InteractionCallbackResource<InGuild extends boolean = boolean>

Represents the resource that was created by the interaction response.

Type Parameters

optional
InGuild? extends boolean = boolean

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