Method AddLabelComponent
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
AddLabelComponent(DiscordLabelComponent)
Appends a label component to the builder.
public DiscordInteractionModalBuilder AddLabelComponent(DiscordLabelComponent component)
Parameters
componentDiscordLabelComponentThe component to append.
Returns
- DiscordInteractionModalBuilder
The current builder to chain calls with.