diff --git a/src/Discord.Net.Core/Entities/Users/IGuildUser.cs b/src/Discord.Net.Core/Entities/Users/IGuildUser.cs
index c237025d3..718587ae4 100644
--- a/src/Discord.Net.Core/Entities/Users/IGuildUser.cs
+++ b/src/Discord.Net.Core/Entities/Users/IGuildUser.cs
@@ -50,6 +50,11 @@ namespace Discord
///
/// Gets a collection of IDs for the roles that this user currently possesses in the guild.
///
+ ///
+ /// This property returns a read-only collection of the identifiers of the roles that this user possesses.
+ /// For WebSocket users, a Roles property can be found in place of this property. Due to the REST
+ /// implementation, only a collection of identifiers can be retrieved instead of the full role objects.
+ ///
///
/// A read-only collection of , each representing a snowflake identifier for a role that
/// this user possesses.