forked from pothtonswer/discordmuffin
feat: ephemeral attachments (#1008)
This commit is contained in:
parent
9f89234f3f
commit
f0b7e81468
1 changed files with 8 additions and 7 deletions
|
@ -295,6 +295,7 @@ type MessageAttachment struct {
|
||||||
Width int `json:"width"`
|
Width int `json:"width"`
|
||||||
Height int `json:"height"`
|
Height int `json:"height"`
|
||||||
Size int `json:"size"`
|
Size int `json:"size"`
|
||||||
|
Ephemeral bool `json:"ephemeral"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageEmbedFooter is a part of a MessageEmbed struct.
|
// MessageEmbedFooter is a part of a MessageEmbed struct.
|
||||||
|
|
Loading…
Reference in a new issue