Table of Contents

Method WithCustomId

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

WithCustomId(string)

Sets the custom ID of the modal.

public DiscordModalBuilder WithCustomId(string customId)

Parameters

customId string

The custom ID.

Returns

DiscordModalBuilder

The updated builder to chain calls with.