From d19be02e423c265df43927e8a91eaf53a3da023a Mon Sep 17 00:00:00 2001 From: recapitalverb <41869184+recapitalverb@users.noreply.github.com> Date: Mon, 22 Jul 2019 11:02:28 +0700 Subject: [PATCH] Add `Available` field to Emoji struct (#676) --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 19d94ef..948682f 100644 --- a/structs.go +++ b/structs.go @@ -286,6 +286,7 @@ type Emoji struct { Managed bool `json:"managed"` RequireColons bool `json:"require_colons"` Animated bool `json:"animated"` + Available bool `json:"available"` } // MessageFormat returns a correctly formatted Emoji for use in Message content and embeds