2020-04-02 20:53:11 +01:00

9 lines
104 B
Go

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