Interface WebhookClient<T>

All Superinterfaces:
ISnowflake
All Known Subinterfaces:
IncomingWebhookClient, InteractionHook, Webhook
All Known Implementing Classes:
AbstractWebhookClient, IncomingWebhookClientImpl, InteractionHookImpl, WebhookImpl

public interface WebhookClient<T> extends ISnowflake
Interface which allows sending messages through the webhooks API.
Interactions can use these through IDeferrableCallback.getHook().
See Also: