Emoji

struct Emoji {
Nullable!Snowflake id;
string name;
Snowflake[] roles;
User user;
bool require_colons;
bool managed;
bool animated;
}

Meta