feat(WebhookEdit): add flags (#1638)

This commit is contained in:
chris
2025-07-05 08:53:36 -05:00
committed by GitHub
parent 6e8fa27c79
commit 4fe330a30c

View File

@@ -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"`
}