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:
parent
c1e8daec60
commit
09c3314cc2
|
@ -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"`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue