Method DeferResponseAsync
- Namespace
- DSharpPlus.Commands.Processors.SlashCommands
- Assembly
- DSharpPlus.Commands.dll
DeferResponseAsync()
Creates a deferred response to this interaction.
public override ValueTask DeferResponseAsync()
Returns
DeferResponseAsync(bool)
Creates a deferred response to this interaction.
public ValueTask DeferResponseAsync(bool ephemeral)
Parameters
ephemeral
boolSpecifies whether this response should be ephemeral.