Browse Source

Update xmldocs to reflect the ConnectedUsers split (#2418)

tags/3.8.0
Bob GitHub 2 years ago
parent
commit
65b98f8b12
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs

+ 2
- 2
src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs View File

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


Loading…
Cancel
Save