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

12 lines
187 B
Go

package objects
type Emoji struct {
Id string
Name string
Roles []string
User User
RequireColons bool
Managed bool
Animated bool
}