Skip to main content
Latest
interface DiscordGuildMembersChunk
Re-export
import { type DiscordGuildMembersChunk } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Properties

guild_id: string

The id of the guild

members: DiscordMemberWithUser[]

Set of guild members

chunk_index: number

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

chunk_count: number

The total number of expected chunks for this response

optional
not_found: string[]

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

optional
presences: DiscordPresenceUpdate[]

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

optional
nonce: string

The nonce used in the Guild Members Request