From e6ed3d579b4a6d5e972f83583ff512813d07020d Mon Sep 17 00:00:00 2001 From: Sebastian Winkler Date: Fri, 22 Dec 2017 17:35:44 +0100 Subject: [PATCH] adds support for animated emojis (#496) --- structs.go | 1 + 1 file changed, 1 insertion(+) 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.