WebhookOption
public enum WebhookOption
The options for creating/editing a webhook.
-
The name of the webhook
Declaration
Swift
case name(String)
-
The avatar of the webhook. A base64 128x128 jpeg image.
Declaration
Swift
case avatar(String)