export interface GatewayGuildMembersChunkDispatchData
https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk
externalnumber chunk_count :
The total number of expected chunks for this response
externalnumber chunk_index :
The chunk index in the expected chunks for this response (0 <= chunk_index < chunk_count
)
externalSnowflake guild_id :
The id of the guild
externalAPIGuildMember[] members :
Set of guild membersSee https://discord.com/developers/docs/resources/guild#guild-member-object
optionalexternalstring nonce? :
The nonce used in the Guild Members RequestSee https://discord.com/developers/docs/topics/gateway-events#request-guild-members
optionalexternalunknown[] not_found? :
If passing an invalid id to REQUEST_GUILD_MEMBERS
, it will be returned here
optionalexternalGatewayGuildMembersChunkPresence[] presences? :
If passing true to REQUEST_GUILD_MEMBERS
, presences of the returned members will be hereSee https://discord.com/developers/docs/topics/gateway-events#update-presence