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

8 lines
79 B
Go

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