From 01d591c9632dc0ef4e42356a87bc7dc26dcf3a64 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Mon, 8 Oct 2018 21:34:04 +0800 Subject: [PATCH] Add additional explanation for IGuildUser.RoleIds --- src/Discord.Net.Core/Entities/Users/IGuildUser.cs | 5 +++++ 1 file changed, 5 insertions(+) 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.