Table of Contents

Method AddTextDisplay

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

AddTextDisplay(string)

Adds a block of text to the modal. All markdown supported.

public DiscordModalBuilder AddTextDisplay(string text)

Parameters

text string

The text to display.

Returns

DiscordModalBuilder

The updated builder to chain calls with.