Webhook entity.| Class | Description |
|---|---|
| WebhookClient |
WebhookClient representing an executable
Webhook
This client allows to send messages to a Discord Webhook without reliance on a JDA instance/Webhook entity. |
| WebhookClientBuilder |
Builder that creates a new
WebhookClient instance |
| WebhookCluster |
A central collection of
WebhookClients
which allows to broadcast (WebhookCluster.broadcast(WebhookMessage)) or multicast (WebhookCluster.multicast(Predicate, WebhookMessage))
to all registered clients (receivers). |
| WebhookMessage |
A special Message that can only be sent to a
WebhookClient. |
| WebhookMessageBuilder |
Builder for a
WebhookMessage |