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

18 lines
273 B
Go

package objects
type Embed struct {
Title string
Type string
Description string
Url string
Timestamp string
Color int
Footer EmbedField
Image EmbedImage
Thumbnail EmbedThumbnail
Video EmbedVideo
Provider EmbedProvider
Author EmbedAuthor
Fields []EmbedField
}