Method WithTitle
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithTitle(string)
Sets the title for the modal.
public DiscordModalBuilder WithTitle(string title)
Parameters
title
stringThe title of the modal. (Maximum of 256 characters.)
Returns
- DiscordModalBuilder
The updated builder to chain calls with.