Skip to main content
Module

x/discord_api_types/v8.ts>GatewayGuildMembersChunkDispatchData

Up to date Discord API Typings, versioned by the API version
Go to Latest
interface GatewayGuildMembersChunkDispatchData
Deprecated
Deprecated

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

import { type GatewayGuildMembersChunkDispatchData } from "https://deno.land/x/discord_api_types@0.37.11/v8.ts";

Properties

guild_id: Snowflake

The id of the guild

optional
chunk_index: number

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

optional
chunk_count: number

The total number of expected chunks for this response

optional
not_found: unknown[]

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

optional
presences: RawGatewayPresenceUpdate[]

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

See https://discord.com/developers/docs/topics/gateway#presence

optional
nonce: string

The nonce used in the Guild Members Request

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