Constructor DiscordSectionComponent
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
DiscordSectionComponent()
Constructs a new DiscordSectionComponent.
public DiscordSectionComponent()
DiscordSectionComponent(DiscordSectionComponent)
Constructs a new section component based on another section component.
public DiscordSectionComponent(DiscordSectionComponent other)
Parameters
otherDiscordSectionComponentThe section component to copy.
DiscordSectionComponent(IEnumerable<DiscordTextDisplayComponent>)
Constructs a new section component field with the specified options.
public DiscordSectionComponent(IEnumerable<DiscordTextDisplayComponent> components)
Parameters
componentsIEnumerable<DiscordTextDisplayComponent>The section components. Max of
3.