From d8ff05ddf898dfcd6fa0e3398cc38abcab07e2fe Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 21 Dec 2020 19:08:44 -0500 Subject: support animated guild icon --- discord/guild.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/guild.hpp') diff --git a/discord/guild.hpp b/discord/guild.hpp index d0863d5..ba46d75 100644 --- a/discord/guild.hpp +++ b/discord/guild.hpp @@ -68,6 +68,7 @@ struct Guild { void update_from_json(const nlohmann::json &j); bool HasIcon() const; + bool HasAnimatedIcon() const; std::string GetIconURL(std::string ext = "png", std::string size = "32") const; std::vector GetSortedChannels(Snowflake ignore = Snowflake::Invalid) const; }; -- cgit v1.2.3