Cleaned up paged enumerables
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Discord
|
||||
/// <summary> Gets a collection of all users in this channel. </summary>
|
||||
IAsyncEnumerable<IReadOnlyCollection<IUser>> GetUsersAsync(CacheMode mode = CacheMode.AllowDownload);
|
||||
|
||||
/// <summary> Gets a user in this channel with the provided id.</summary>
|
||||
/// <summary> Gets a user in this channel with the provided id. </summary>
|
||||
Task<IUser> GetUserAsync(ulong id, CacheMode mode = CacheMode.AllowDownload);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user