Table of Contents

Method CreateInteractionModalResponseAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

CreateInteractionModalResponseAsync(DiscordInteractionModalBuilder)

Creates a modal response to this interaction.

public Task CreateInteractionModalResponseAsync(DiscordInteractionModalBuilder builder)

Parameters

builder DiscordInteractionModalBuilder

The data to send.

Returns

Task