Class JsonWebhookEventBody
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonWebhookEventBody
- Inheritance
-
JsonWebhookEventBody
- Inherited Members
-
Constructors
JsonWebhookEventBody()
public JsonWebhookEventBody()
Properties
Data
[JsonPropertyName("data")]
public JsonElement Data { get; set; }
Property Value
- JsonElement
Timestamp
[JsonPropertyName("timestamp")]
public DateTimeOffset Timestamp { get; set; }
Property Value
- DateTimeOffset
Type
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- string