This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Clarify Users property on SocketGuildChannel (
#2149
)
pull/2153/head
Quin Lynch
GitHub
3 years ago
parent
8bcd3da9e4
commit
5594739135
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save