Reaction

struct Reaction {
int count;
bool me;
Emoji emoji;
Snowflake[] users;
}

Meta