We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8fa27 commit 4fe330aCopy full SHA for 4fe330a
webhook.go
@@ -52,4 +52,5 @@ type WebhookEdit struct {
52
Files []*File `json:"-"`
53
Attachments *[]*MessageAttachment `json:"attachments,omitempty"`
54
AllowedMentions *MessageAllowedMentions `json:"allowed_mentions,omitempty"`
55
+ Flags MessageFlags `json:"flags,omitempty"`
56
}
0 commit comments