Skip to main content
Version: Next

GatewayGuildMembersChunkDispatchData

@deprecated

API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.

Index

Properties

optionalchunk_count

chunk_count?: number

The total number of expected chunks for this response

optionalchunk_index

chunk_index?: number

The chunk index in the expected chunks for this response (0 <= chunk_index < chunk_count)

guild_id

guild_id: string

The id of the guild

members

members: APIGuildMember[]

optionalnonce

nonce?: string

optionalnot_found

not_found?: unknown[]

If passing an invalid id to REQUEST_GUILD_MEMBERS, it will be returned here

optionalpresences

presences?: GatewayPresenceUpdate[]

If passing true to REQUEST_GUILD_MEMBERS, presences of the returned members will be here