# WebhookLog

`class` in `gateway` · v0.1.4

<https://docs.seedcord.org/packages/gateway/0.1.4/classes/webhook-log>

Base class for a gateway subscriber that delivers its event to a Discord webhook, binding `this.core` to the gateway [`Core`](/packages/gateway/0.1.4/interfaces/core).

```ts
abstract class WebhookLog<
    KeyOfSubscribers extends SubscriptionKey
> extends WebhookLog<KeyOfSubscribers, Core>
```
