dashboard/utils/discord/objects/attachment.go
2019-07-04 20:30:19 +01:00

12 lines
134 B
Go

package objects
type Attachment struct {
Id string
Filename string
Size int
url string
ProxyUrl string
height int
Width int
}