Skip to content

Commit

Permalink
Add searchUsers function type
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Oct 25, 2024
1 parent 5b1407e commit c00e847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,11 @@ declare module "noblox.js" {
*/
function getUsernameFromId(id: number): Promise<string>;

/**
* ✅ Gets user search results for a keyword.
*/
function searchUsers(keyword: string, limit: number, cursor: string): Promise<UserSearchResult[]>;

/// Utility

/**
Expand Down

0 comments on commit c00e847

Please sign in to comment.