Interface
GuildMemberSearchPayload
Guild member search response (camelCase).
Properties
| Name | Type | Description |
|---|---|---|
| guildId | string | |
| hasMore? | boolean | Whether more pages exist after this offset. |
| indexing? | boolean | Search index still building. |
| members | GuildMemberSearchHit[] | |
| pageResultCount? | number | Results on this page (page_result_count). |
| total? | number | Total matches across pages (total_result_count). |