Skip to main content
Module

x/natico/discordeno_deps.ts>GuildMembersChunk

A powerful and customizable framework for Discordeno
Latest
interface GuildMembersChunk
Re-export
import { type GuildMembersChunk } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";

Properties

guildId: string

The id of the guild

Set of guild members

chunkIndex: number

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

chunkCount: number

The total number of expected chunks for this response

optional
notFound: string[]

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

optional
presences: PresenceUpdate[]

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