Update xmldocs to reflect the ConnectedUsers split (#2418)

This commit is contained in:
Bob
2022-08-16 03:34:17 +10:00
committed by GitHub
parent 8dfe19f328
commit 65b98f8b12

View File

@@ -36,8 +36,8 @@ namespace Discord.WebSocket
/// Gets a collection of users that are able to view the channel. /// Gets a collection of users that are able to view the channel.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If this channel is a voice channel, a collection of users who are currently connected to this channel /// If this channel is a voice channel, use <see cref="SocketVoiceChannel.ConnectedUsers"/> to retrieve a
/// is returned. /// collection of users who are currently connected to this channel.
/// </remarks> /// </remarks>
/// <returns> /// <returns>
/// A read-only collection of users that can access the channel (i.e. the users seen in the user list). /// A read-only collection of users that can access the channel (i.e. the users seen in the user list).