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 2bb7320 commit 7dbeaebCopy full SHA for 7dbeaeb
discord/attachment.go
@@ -10,6 +10,7 @@ import (
10
type Attachment struct {
11
ID snowflake.ID `json:"id,omitempty"`
12
Filename string `json:"filename,omitempty"`
13
+ Title *string `json:"title,omitempty"`
14
Description *string `json:"description,omitempty"`
15
ContentType *string `json:"content_type,omitempty"`
16
Size int `json:"size,omitempty"`
0 commit comments