Interface InteractionCallbackResponse<CH>

interface InteractionCallbackResponse<CH> {
    interaction: InteractionCallback;
    resource?: InteractionCallbackResource<CH>;
}

Type Parameters

Properties

interaction: InteractionCallback

The interaction object associated with the interaction response.

The resource that was created by the interaction response.