public UnsendEvent(WebhookEventSource source, long timestamp, string mode, Unsend unsend, string webhookEventId, DeliveryContext deliveryContext) : base(WebhookEventType.Unsend, source, timestamp, mode, webhookEventId, deliveryContext) { Unsend = unsend; }
public UnsendEvent(WebhookEventSource source, long timestamp, string mode, Unsend unsend) : base(WebhookEventType.Unsend, source, timestamp, mode) { Unsend = unsend; }