Expand description
Webhook model and implementations.
Structs§
- Webhook
- A representation of a webhook, which is a low-effort way to post messages to channels. They do not necessarily require a bot user or authentication to use.
- Webhook
Channel - Webhook
Guild - The guild object returned by a
Webhook
, of typeWebhookType::ChannelFollower
.
Enums§
- Webhook
Type - A representation of a type of webhook.