2019-05-26 02:47:51 +01:00

9 lines
115 B
Go

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