Method WithCustomId
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
WithCustomId(string)
Sets the custom ID of the modal.
public DiscordModalBuilder WithCustomId(string customId)
Parameters
customId
stringThe custom ID.
Returns
- DiscordModalBuilder
The updated builder to chain calls with.