GuildMember

struct GuildMember {
User user;
Nullable!string nick;
Snowflake[] roles;
SafeTime joined_at;
bool deaf;
bool mute;
}

Meta