WebhookManager constructor

WebhookManager(
  1. CacheConfig<Webhook> config,
  2. NyxxRest client
)

Create a new WebhookManager.

Implementation

WebhookManager(super.config, super.client) : super(identifier: 'webhooks');