Table of Contents

Method DeferResponseAsync

Namespace
DSharpPlus.Commands.Processors.SlashCommands
Assembly
DSharpPlus.Commands.dll

DeferResponseAsync()

Creates a deferred response to this interaction.

public override ValueTask DeferResponseAsync()

Returns

ValueTask

DeferResponseAsync(bool)

Creates a deferred response to this interaction.

public ValueTask DeferResponseAsync(bool ephemeral)

Parameters

ephemeral bool

Specifies whether this response should be ephemeral.

Returns

ValueTask