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

12 lines
198 B
Go

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