Table of Contents

Method DeleteResponseAsync

Namespace
DisCatSharp.ApplicationCommands.Context
Assembly
DisCatSharp.ApplicationCommands.dll

DeleteResponseAsync(CancellationToken)

Deletes the interaction response.

public Task DeleteResponseAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task