Table of Contents

Class JsonComponent

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
[JsonConverter(typeof(JsonComponent.JsonComponentConverter))]
public class JsonComponent
Inheritance
JsonComponent
Derived
Inherited Members

Constructors

JsonComponent()

public JsonComponent()

Properties

Id

[JsonPropertyName("id")]
public int Id { get; set; }

Property Value

int

Type

[JsonPropertyName("type")]
public ComponentType Type { get; set; }

Property Value

ComponentType