Table of Contents

Class ComponentSection

Namespace
NetCord
Assembly
NetCord.dll
public class ComponentSection : IMessageComponent, IComponentContainerComponent, IComponent, IJsonModel<JsonComponentSectionComponent>
Inheritance
ComponentSection
Implements
Inherited Members

Constructors

ComponentSection(JsonComponentSectionComponent)

public ComponentSection(JsonComponentSectionComponent jsonModel)

Parameters

jsonModel JsonComponentSectionComponent

Properties

Accessory

public IComponentSectionAccessoryComponent Accessory { get; }

Property Value

IComponentSectionAccessoryComponent

Components

public IReadOnlyList<IComponentSectionComponent> Components { get; }

Property Value

IReadOnlyList<IComponentSectionComponent>

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int