Skip to main content
Module

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

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

Properties

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