From 559473913537708c7c5985f0dc92b1395189ba52 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Wed, 2 Mar 2022 16:43:33 -0400 Subject: [PATCH] Clarify Users property on SocketGuildChannel (#2149) --- .../Entities/Channels/SocketGuildChannel.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs b/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs index d38a8975b..45eb28444 100644 --- a/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs +++ b/src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs @@ -35,6 +35,10 @@ namespace Discord.WebSocket /// /// Gets a collection of users that are able to view the channel. /// + /// + /// If this channel is a voice channel, a collection of users who are currently connected to this channel + /// is returned. + /// /// /// A read-only collection of users that can access the channel (i.e. the users seen in the user list). ///