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
Components
[JsonPropertyName("components")]
public JsonComponent[] Components { get; set; }