GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RESTGetAPIGuildMembersSearchQuery

https://discord.com/developers/docs/resources/guild#search-guild-members

API/Interfaces/RESTGetAPIGuildMembersSearchQuery
seyfert/lib/types/rest/guild.d.ts

Signature

export interface RESTGetAPIGuildMembersSearchQuery

Properties

2
querylimit

Methods

0

No methods.

Properties

query#
query: string;

Query string to match username(s) and nickname(s) against

limit#
limit?: number;

Max number of members to return (1-1000)

@default1