Class WebhookEventArgs
public abstract class WebhookEventArgs : IWebhookEventArgs, IJsonModel<JsonWebhookEventArgs>
- Inheritance
-
WebhookEventArgs
- Implements
- Derived
- Inherited Members
Constructors
WebhookEventArgs(JsonWebhookEventArgs)
protected WebhookEventArgs(JsonWebhookEventArgs jsonModel)
Parameters
jsonModel
JsonWebhookEventArgs
Properties
ApplicationId
public ulong ApplicationId { get; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; }
Property Value
Version
public int Version { get; }