diff --git a/webhook.go b/webhook.go index 7e30b5b..32b1c90 100644 --- a/webhook.go +++ b/webhook.go @@ -52,4 +52,5 @@ type WebhookEdit struct { Files []*File `json:"-"` Attachments *[]*MessageAttachment `json:"attachments,omitempty"` AllowedMentions *MessageAllowedMentions `json:"allowed_mentions,omitempty"` + Flags MessageFlags `json:"flags,omitempty"` }