Interface
APIGuildMemberSearchResponse
Response from POST /guilds/{id}/members-search.
Properties
guild_id
: SnowflakeGuild ID.
indexing
?: booleanWhether the search index is still building.
members
: APIGuildMemberSearchResult[]Search results for this page.
page_result_count
: numberNumber of results on this page.
total_result_count
: numberTotal results across all pages.