Example #1
0
 /// <inheritdoc />
 public Task <IReadOnlyCollection <RestGuildUser> > SearchUsersAsync(string query, int limit = 1000, RequestOptions options = null)
 => RestGuild.SearchUsersAsync(query, limit, options);