Role

struct Role {
Snowflake id;
string name;
int color;
bool hoist;
int position;
uint permissions;
bool managed;
bool mentionable;
}

Meta