interface GatewayRequestGuildMembersDataWithUserIds

external
export interface GatewayRequestGuildMembersDataWithUserIds extends GatewayRequestGuildMembersDataBase

https://discord.com/developers/docs/topics/gateway-events#request-guild-members

external
guild_id : Snowflake

ID of the guild to get members for

Inherited from: GatewayRequestGuildMembersDataBase

optionalexternal
nonce? : string

Nonce to identify the Guild Members Chunk responseNonce 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-events#guild-members-chunk

Inherited from: GatewayRequestGuildMembersDataBase

optionalexternal
presences? : boolean

Used to specify if we want the presences of the matched members

Inherited from: GatewayRequestGuildMembersDataBase

external
user_ids : Snowflake | Snowflake[]

Used to specify which users you wish to fetch