Table of Contents

Method WithCustomId

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithCustomId(string)

Sets the custom id of the modal.

public DiscordInteractionModalBuilder WithCustomId(string customId)

Parameters

customId string

The custom id to set.

Returns

DiscordInteractionModalBuilder

The current builder to chain calls with.