Table of Contents

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

IComponentSectionAccessory

Components

public IReadOnlyList<TextDisplay> Components { get; }

Property Value

IReadOnlyList<TextDisplay>

Id

public int Id { get; }

Property Value

int