2019-07-04 20:30:19 +01:00

9 lines
96 B
Go

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