diff --git a/typings/index.d.ts b/typings/index.d.ts index e62f78ce..d39a4eac 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2177,6 +2177,11 @@ declare module "noblox.js" { */ function getUsernameFromId(id: number): Promise; + /** + * ✅ Gets user search results for a keyword. + */ + function searchUsers(keyword: string, limit: number, cursor: string): Promise; + /// Utility /**