Clarify Users property on SocketGuildChannel (#2149)

This commit is contained in:
Quin Lynch
2022-03-02 16:43:33 -04:00
committed by GitHub
parent 8bcd3da9e4
commit 5594739135

View File

@@ -35,6 +35,10 @@ namespace Discord.WebSocket
/// <summary> /// <summary>
/// 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>
/// If this channel is a voice channel, a collection of users who are currently connected to this channel
/// is returned.
/// </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).
/// </returns> /// </returns>