Table of Contents

Method CreateInteractionResponseAsync

Namespace
DSharpPlus.Net
Assembly
DSharpPlus.dll

CreateInteractionResponseAsync(ulong, string, DiscordInteractionResponseType, DiscordInteractionResponseBuilder?)

public ValueTask CreateInteractionResponseAsync(ulong interactionId, string interactionToken, DiscordInteractionResponseType type, DiscordInteractionResponseBuilder? builder)

Parameters

interactionId ulong
interactionToken string
type DiscordInteractionResponseType
builder DiscordInteractionResponseBuilder

Returns

ValueTask