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

8 lines
86 B
Go

package objects
type EmbedVideo struct {
Url string
Height int
Width int
}