Interface
APIGuildMemberSearchResponse
Response from POST /guilds/{id}/members-search.
Properties
| Name | Type | Description |
|---|---|---|
| guild_id | Snowflake | Guild ID. |
| indexing? | boolean | Whether the search index is still building. |
| members | APIGuildMemberSearchResult[] | Search results for this page. |
| page_result_count | number | Number of results on this page. |
| total_result_count | number | Total results across all pages. |