dashboard/utils/discord/objects/embedthumbnail.go
2020-04-02 20:53:11 +01:00

9 lines
108 B
Go

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