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

9 lines
123 B
Go

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