adds support for animated emojis (#496)

This commit is contained in:
Sebastian Winkler 2017-12-22 17:35:44 +01:00 committed by Chris Rhodes
parent e024d5f032
commit e6ed3d579b

View file

@ -203,6 +203,7 @@ type Emoji struct {
Roles []string `json:"roles"`
Managed bool `json:"managed"`
RequireColons bool `json:"require_colons"`
Animated bool `json:"animated"`
}
// APIName returns an correctly formatted API name for use in the MessageReactions endpoints.