Interface
GatewayRequestGuildMembersData
Client request for guild members (opcode 8).
Properties
| Name | Type | Description |
|---|---|---|
| guild_id? | Snowflake | Single guild ID. |
| guild_ids? | Snowflake[] | Multiple guild IDs. |
| limit? | number | Max members to return (0 = no limit when using user_ids). |
| nonce? | string | Optional nonce echoed in GUILD_MEMBERS_CHUNK. |
| presences? | boolean | Whether to include presences in the chunk. |
| query? | string | Username prefix query (empty string = all, when not using user_ids). |
| user_ids? | Snowflake[] | Specific user IDs to fetch. |