1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-28 17:53:30 +00:00

discord: Add resolved interaction attachments

This commit is contained in:
twoscott 2022-07-10 00:05:58 +01:00 committed by diamondburned
parent c1e8daec60
commit 09c3314cc2

View file

@ -368,6 +368,8 @@ type CommandInteraction struct {
// Messages contains partial message objects. All fields without
// omitempty are presumably present.
Messages map[MessageID]Message `json:"messages,omitempty"`
// Attachments contains attachments objects.
Attachments map[AttachmentID]Attachment `json:"attachments,omitempty"`
}
}