Interface
GuildMemberSearchPayload
Guild member search response (camelCase).
Properties
guildId
: stringhasMore
?: booleanWhether more pages exist after this offset.
indexing
?: booleanSearch index still building.
members
: GuildMemberSearchHit[]pageResultCount
?: numberResults on this page (`page_result_count`).
total
?: numberTotal matches across pages (`total_result_count`).