Table of Contents

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

IComponentSectionAccessoryComponent

Components

public IReadOnlyList<IComponentSectionComponent> Components { get; }

Property Value

IReadOnlyList<IComponentSectionComponent>

Id

Unique identifier for the component.

public int Id { get; }

Property Value

int