Update xmldocs to reflect the ConnectedUsers split (#2418)
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user