Class ComponentSection
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class ComponentSection : IComponent, IJsonModel<JsonComponent>
- Inheritance
-
ComponentSection
- Implements
- Inherited Members
Constructors
ComponentSection(JsonComponent)
public ComponentSection(JsonComponent jsonModel)
Parameters
jsonModel
JsonComponent
Properties
Accessory
public IComponentSectionAccessory Accessory { get; }
Property Value
Components
public IReadOnlyList<TextDisplay> Components { get; }
Property Value
Id
public int Id { get; }