Browse Source

Clarify Users property on SocketGuildChannel (#2149)

tags/3.4.0
Quin Lynch GitHub 3 years ago
parent
commit
5594739135
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/Discord.Net.WebSocket/Entities/Channels/SocketGuildChannel.cs

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

@@ -35,6 +35,10 @@ namespace Discord.WebSocket
/// <summary>
/// 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.
/// </remarks>
/// <returns>
/// A read-only collection of users that can access the channel (i.e. the users seen in the user list).
/// </returns>


Loading…
Cancel
Save