Class ComponentSection
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class ComponentSection : IMessageComponent, IComponentContainerComponent, IComponent, IJsonModel<JsonComponent>
- Inheritance
-
ComponentSection
- Implements
- Inherited Members
Constructors
ComponentSection(JsonComponent)
public ComponentSection(JsonComponent jsonModel)
Parameters
jsonModel
JsonComponent
Properties
Accessory
public IComponentSectionAccessoryComponent Accessory { get; }
Property Value
Components
public IReadOnlyList<IComponentSectionComponent> Components { get; }
Property Value
Id
Unique identifier for the component.
public int Id { get; }