Table of Contents

Method AddLabelComponent

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

AddLabelComponent(DiscordLabelComponent)

Appends a label component to the builder.

public DiscordInteractionModalBuilder AddLabelComponent(DiscordLabelComponent component)

Parameters

component DiscordLabelComponent

The component to append.

Returns

DiscordInteractionModalBuilder

The current builder to chain calls with.