Table of Contents

Method WithTitle

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithTitle(string)

Sets the title of the modal.

public DiscordInteractionModalBuilder WithTitle(string title)

Parameters

title string

The title to set.

Returns

DiscordInteractionModalBuilder

The current builder to chain calls with.