Method WithCustomId
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithCustomId(string)
Sets the custom id of the modal.
public DiscordInteractionModalBuilder WithCustomId(string customId)
Parameters
customId
stringThe custom id to set.
Returns
- DiscordInteractionModalBuilder
The current builder to chain calls with.