Table of Contents

Class JsonComponentSectionComponent

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonComponentSectionComponent : JsonComponent
Inheritance
JsonComponentSectionComponent
Inherited Members

Constructors

JsonComponentSectionComponent()

public JsonComponentSectionComponent()

Properties

Accessory

[JsonPropertyName("accessory")]
public JsonComponent Accessory { get; set; }

Property Value

JsonComponent

Components

[JsonPropertyName("components")]
public JsonComponent[] Components { get; set; }

Property Value

JsonComponent[]