Skip to content

Commit 4fe330a

Browse files
authored
feat(WebhookEdit): add flags (#1638)
1 parent 6e8fa27 commit 4fe330a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ type WebhookEdit struct {
5252
Files []*File `json:"-"`
5353
Attachments *[]*MessageAttachment `json:"attachments,omitempty"`
5454
AllowedMentions *MessageAllowedMentions `json:"allowed_mentions,omitempty"`
55+
Flags MessageFlags `json:"flags,omitempty"`
5556
}

0 commit comments

Comments
 (0)