diff --git a/structs.go b/structs.go index 04efd75..19d2bad 100644 --- a/structs.go +++ b/structs.go @@ -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.