Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/types/mod.ts>GuildMemberChunkPayload

An easy to use Discord API Library for Deno.
Go to Latest
interface GuildMemberChunkPayload
import { type GuildMemberChunkPayload } from "https://deno.land/x/harmony@v2.6.0/src/types/mod.ts";

Properties

guild_id: string
members: MemberPayload[]
chunk_index: number
chunk_count: number
optional
not_found: []
optional
presences: PresenceUpdatePayload[]
optional
nonce: string