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

9 lines
100 B
Go

package objects
type EmbedThumbnail struct {
Url string
ProxyUrl string
Height int
Width int
}