Interface IncomingWebhookClient

All Superinterfaces:
ISnowflake, WebhookClient<Message>

public interface IncomingWebhookClient extends WebhookClient<Message>
Specialization of WebhookClient for incoming webhooks.
An incoming webhook, is a webhook that sends messages with a customizable name and avatar.

These webhooks are primarily used to integrate external services.