Method CreateResponseAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
CreateResponseAsync(InteractionResponseType, DiscordInteractionResponseBuilder)
Creates a response to this interaction.
public Task CreateResponseAsync(InteractionResponseType type, DiscordInteractionResponseBuilder builder = null)
Parameters
type
InteractionResponseTypeThe type of the response.
builder
DiscordInteractionResponseBuilderThe data, if any, to send.