Interface WebhookClient<T>

All Superinterfaces:
ISnowflake
All Known Subinterfaces:
IncomingWebhookClient, InteractionHook, Webhook

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