Class JsonWebhookEventArgs
- Namespace
- NetCord.Rest.JsonModels
- Assembly
- NetCord.dll
public class JsonWebhookEventArgs
- Inheritance
-
JsonWebhookEventArgs
- Inherited Members
-
Constructors
JsonWebhookEventArgs()
public JsonWebhookEventArgs()
Properties
ApplicationId
[JsonPropertyName("application_id")]
public ulong ApplicationId { get; set; }
Property Value
- ulong
Event
[JsonPropertyName("event")]
public JsonWebhookEventBody? Event { get; set; }
Property Value
- JsonWebhookEventBody
Type
[JsonPropertyName("type")]
public WebhookEventType Type { get; set; }
Property Value
- WebhookEventType
Version
[JsonPropertyName("version")]
public int Version { get; set; }
Property Value
- int