GatewayRequestGuildMembersData
Index
Properties
guild_id
ID of the guild to get members for
limit
Maximum number of members to send matching the query
;
a limit of 0
can be used with an empty string query
to return all members
optionalnonce
Nonce to identify the Guild Members Chunk response
Nonce can only be up to 32 bytes. If you send an invalid nonce it will be ignored and the reply member_chunk(s) will not have a nonce
set.
See https://discord.com/developers/docs/topics/gateway#guild-members-chunk
optionalpresences
Used to specify if we want the presences of the matched members
optionalquery
String that username starts with, or an empty string to return all members
optionaluser_ids
Used to specify which users you wish to fetch
https://discord.com/developers/docs/topics/gateway#request-guild-members
API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.