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

12 lines
139 B
Go

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