Skip to main content
Latest
interface GuildMembersChunkEvent
import { type GuildMembersChunkEvent } from "https://deno.land/x/denord@0.1.0/mod.ts";

Properties

guildId: GuildId

the id of the guild

members: GuildMember[]

set of guild members

chunkIndex: integer

the chunk index in the expected chunks for this response (0 <= chunkIndex < chunkCount)

chunkCount: integer

the total number of expected chunks for this response

optional
notFound: UserId[]

if passing an invalid id to REQUESTGUILDMEMBERS, it will be returned here

optional
presences: PresenceUpdateEvent[]

if passing true to REQUESTGUILDMEMBERS, presences of the returned members will be here

optional
nonce: string

the nonce used in the Guild Members Request