2019-05-25 14:52:33 +01:00

9 lines
113 B
Go

package objects
type Asset struct {
LargeImage string
LargeText string
SmallImage string
SmallText string
}